Skip to content
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

MSVC 22: 'Bit' Undefined in Codec_Choose.c Line 222 with HAVE_AVX512 defined #147

Closed
micthom opened this issue Sep 4, 2024 · 1 comment · Fixed by #145
Closed

MSVC 22: 'Bit' Undefined in Codec_Choose.c Line 222 with HAVE_AVX512 defined #147

micthom opened this issue Sep 4, 2024 · 1 comment · Fixed by #145
Labels

Comments

@micthom
Copy link

micthom commented Sep 4, 2024

I am getting the following error when compiling with AVX512 support enabled. I have tested this under an i9-10920X and Intel Xeon 8272CL processor. If I disable AVX512 the project will compile.

Severity Code Description Project File Line Suppression State Details
Error C4013 'bit' undefined; assuming extern returning int base64 C:\source\libs\base64\lib\codec_choose.c 222

@aklomp
Copy link
Owner

aklomp commented Sep 11, 2024

Fixed by #145.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants