__fp_copy_signNN
In this section:
Syntax
float __fp_copy_sign32(floatvalue, floatsign);
double __fp_copy_sign64(doublevalue, doublesign);
Description
Returns the argument value with the sign of the argument sign, using the instruction sgnj.s (32-bit FPU) or sgnj.d (64-bit FPU). A compatible FPU must be available.
Note
To use intrinsic functions in an application, you must include the header file(s) where they are declared, see Summary of intrinsic functions.