nothings / stb

stb single-file public domain libraries for C/C++
https://twitter.com/nothings
Other
26.31k stars 7.69k forks source link

Fix: stb_sprintf - gcc defines __riscv #1457

Closed misaka00251 closed 11 months ago

misaka00251 commented 1 year ago

This allow stb to build on RISC-V machine.

hack3ric commented 11 months ago

This is actually wrong - __riscv doesn't mean riscv64, it should also check __riscv_xlen == 64. I'll submit an updated pull request.