Open ZERICO2005 opened 1 month ago
float nextafterf(float from, float to) is incorrect, and seems to copy code from remainderf.
float nextafterf(float from, float to)
remainderf
nextafterf should mostly be a uint32_t increment/decrement apart from signed zeros, FLT_MAX, and infinity
float nextafterf(float from, float to)
is incorrect, and seems to copy code fromremainderf
.nextafterf should mostly be a uint32_t increment/decrement apart from signed zeros, FLT_MAX, and infinity