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
This commit is contained in:
parent
c5735c2609
commit
8d33585c0a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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"))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue