p0nce
p0nce
- [x] Finite number from -2e9 to 2e9 => OK, above that rounding makes no sense for a float - [x] Denormals => OK - [x] Preserve NaN-ness (warning: libc...
Complete description here: ```d // Spec difference with ceilf: // - May return non-sensical for -inf and +inf (not seen on x86_64 though) // - Doesn't preserve the sign of...
- [x] I wonder how it fares on arm64 => people report working, so it could be used to emulate _mm_floor_ps and friends
Without a C spec, hard to know what it should return on +inf -inf
Certificates were super annoying and now probably easier to get with Azure signing, I guess around $120 a year maybe. Note that there is also a way to get D...
@WangXuan95 I tested it it's pretty cool, especially considering HARLIC has no source available. It easily beats JPEG and PNG here, I was more after the lossy modes interesting considering...
A bit hard to translate and probably large codegen though (translation going on anyway, not very long now maybe)
Translation start to work, here are early results vs `dplug:graphics` (`stb_image_resize.h` port) for a 2x RGBA8 reduction with filter Mitchell. But seems to crash. - [x] Avoid false measures because...
~~Considering the huge code output, we need ways to eventually make that smaller or it won't be very useful.~~
Moved some of the remaining issues in https://github.com/AuburnSounds/stb_image_resize2-d/issues/1