-
Notifications
You must be signed in to change notification settings - Fork 7.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STBIR-NO-UNROLL_LOOP_STAR breaks mingw gcc compilation #1663
Comments
Also on GCC 13/14. Sample: https://godbolt.org/z/d9jvrxKfK |
This was tested on GCC at compiler explorer, but I only have mingw my computer in another state. Maybe @TianZerL can check it? |
@jeffrbig2 |
Clang uses completely different pragmas? |
@jeffrbig2 |
Dude, what are you talking about? stb_image_resize2 has a separate clang codepath - it doesn't use the gcc pragmas at all?
It is only for GCC! |
Look at line 1206-1235... |
@jeffrbig2
I thought this was a question 😂. |
Haha, ok, cool!! |
Fix committed. |
Describe the bug
#1655 adds
STBIR-NO-UNROLL_LOOP_STAR
tostb_image_resize2.h
, whitch breaks mingw gcc compilation.To Reproduce
Steps to reproduce the behavior:
Use MinGW-W64 (14.1.0 for me) to build stb_image_resize2.h will get this error.
The text was updated successfully, but these errors were encountered: