toolchain
toolchain copied to clipboard
nextafterf is incorrect
float nextafterf(float from, float to) is incorrect, and seems to copy code from remainderf.
nextafterf should mostly be a uint32_t increment/decrement apart from signed zeros, FLT_MAX, and infinity