__extract_sig, __builtin_ppc_extract_sig
Purpose
Returns the significand of the given parameter.
Note: This built-in function
is valid only when both of the following conditions are met:
- The -mcpu option is set to target POWER9 processors or higher.
- The -q64 option is enabled.
Prototype
unsigned long long __builtin_ppc_extract_sig (double);
unsigned long long __extract_sig (double);
Note:
- The built-in function in the form of
__nameis a synonym of the built-in function in the form of__builtin_ppc_name. - The built-in function in the form of
__nameis provided for compatibility with IBM® XL C/C++ for AIX® 16.1.0 or earlier releases. This built-in function form might be deprecated in the future.