Commit 8d33585c by Aldy Hernandez Committed by Aldy Hernandez

altivec.h (vec_any_numeric): Correct typo in __unn_args_eq.

	* config/rs6000/altivec.h (vec_any_numeric): Correct typo in
	__unn_args_eq.

From-SVN: r80809
parent c5735c26
2004-04-17 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/altivec.h (vec_any_numeric): Correct typo in
__unn_args_eq.
2004-04-17 Alan Modra <amodra@bigpond.net.au>
PR target/14715
......
......@@ -10977,7 +10977,7 @@ __ch (__bin_args_eq (vector float, (a1), vector float, (a2)), \
__builtin_altivec_compiletime_error ("vec_any_nlt"))
#define vec_any_numeric(a1) \
__ch (__unn_args_eq (vector float, (a1)), \
__ch (__un_args_eq (vector float, (a1)), \
__builtin_altivec_vcmpeqfp_p (__CR6_EQ_REV, (a1), (a1)), \
__builtin_altivec_compiletime_error ("vec_any_numeric"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment