-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Issue compiling version 0.15.0 to arm64 on VS2022 windows #168
Comments
Hi @valdirSalgueiro |
Hey @valdirSalgueiro |
@valdirSalgueiro Hmmm, it seems |
Getting this error
3>C:\Projects\Kiwi0.15.0\Kiwi\src\search.cpp(908,57):
error C2146: syntax error: missing ';' before identifier 'mask'seems to come from this line
static const uint8x16_t __attribute__((aligned(16))) mask = { 1, 2, 4, 8, 16, 32, 64, 128, 1, 2, 4, 8, 16, 32, 64, 128 };
Any idea how to fix it? thanks!
The text was updated successfully, but these errors were encountered: