__bcdcmple
Purpose
Returns 1 if the BCD value a is less than or equal to b, or 0 otherwise.
Note: This built-in function
is valid only when the following conditions are met:
- The -mcpu option is set to target POWER8 or higher processors.
- The
-maltivec
option is specified. - The
altivec.h
file is included.
Prototype
long __bcdcmple (vector unsigned char a, vector unsigned char b);