Created
March 7, 2026 19:51
-
-
Save TuxSH/a9acae1ff02241b0e7585ef15ef5780e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 48c48 | |
| < #pragma message "disabling SIMD optimizations for unknown target" | |
| --- | |
| > //#pragma message "disabling SIMD optimizations for unknown target" | |
| 1212c1212 | |
| < #pragma message ("inflateValidate() not available, SPNG_CTX_IGNORE_ADLER32 will be ignored") | |
| --- | |
| > //#pragma message ("inflateValidate() not available, SPNG_CTX_IGNORE_ADLER32 will be ignored") | |
| 3806c3806 | |
| < float c = pow((float)i / max, exponent) * max; | |
| --- | |
| > float c = powf((float)i / max, exponent) * max; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment