Deleted Added
full compact
335c335
< __builtin_altivec_cmpge (a2, a1))
---
> __builtin_vec_cmpge (a2, a1))
405c405
< #define vec_cmple(a1, a2) __builtin_altivec_vcmpgefp ((a2), (a1))
---
> #define vec_cmple(a1, a2) __builtin_vec_cmpge ((a2), (a1))