remove LFS64 symbol aliases; replace with dynamic linker remapping
[musl.git] / src / math / __math_xflow.c
blob744203c4c817b02c73c21cd89b7e4e9349433498
1 #include "libm.h"
3 double __math_xflow(uint32_t sign, double y)
5 return eval_as_double(fp_barrier(sign ? -y : y) * y);