"README.md" did not exist on "2c7ae8c29a76d010d28c9d3db9eb33ee820dc9a9"
Fix lrint/lrintf detection
Prevents using lrint/lrintf when compiling with -std=c90 even though the functions are in libm. This was causing tests to fail, likely due to incorrect prototypes.
Loading
Please register or sign in to comment