toolchain icon indicating copy to clipboard operation
toolchain copied to clipboard

nextafterf is incorrect

Open ZERICO2005 opened this issue 1 year ago • 0 comments

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

ZERICO2005 avatar Oct 13 '24 19:10 ZERICO2005