Kiwi icon indicating copy to clipboard operation
Kiwi copied to clipboard

Issue compiling version 0.15.0 to arm64 on VS2022 windows

Open valdirSalgueiro opened this issue 8 months ago • 4 comments

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! image

valdirSalgueiro avatar May 29 '24 18:05 valdirSalgueiro