loongarch64: add new syscall numbers
[musl.git] / src / math / __math_divzerof.c
blobce046f3e320a99e001f260bb08a46b4775d93ce5
1 #include "libm.h"
3 float __math_divzerof(uint32_t sign)
5 return fp_barrierf(sign ? -1.0f : 1.0f) / 0.0f;