Kiwi
Kiwi copied to clipboard
Issue compiling version 0.15.0 to arm64 on VS2022 windows
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!