Skip to content

Instantly share code, notes, and snippets.

@TuxSH
Created March 7, 2026 19:51
Show Gist options
  • Select an option

  • Save TuxSH/a9acae1ff02241b0e7585ef15ef5780e to your computer and use it in GitHub Desktop.

Select an option

Save TuxSH/a9acae1ff02241b0e7585ef15ef5780e to your computer and use it in GitHub Desktop.
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