We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The compiler respecting the __attribute__ (like MSYS2 GCC does)
__attribute__
crc32c.c:101:10: error: 'sysv_abi' calling convention is not supported for this target [-Werror,-Wignored-attributes] extern EXTERNAL_ABI u32 crc32c_small_x86_64_sse42(u32, u8 *, sz); ^ crc32c.c:94:41: note: expanded from macro 'EXTERNAL_ABI' #define EXTERNAL_ABI __attribute__((sysv_abi))
MINGW64_NT-10.0-19045
No.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description / Steps to reproduce the issue
Expected behavior
The compiler respecting the
__attribute__
(like MSYS2 GCC does)Actual behavior
Verification
Windows Version
MINGW64_NT-10.0-19045
Are you willing to submit a PR?
No.
The text was updated successfully, but these errors were encountered: