You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while trying to install cobs on an Apple Silicon machine, I ran into the following error:
In file included from /Users/adrian/Desktop/cobs/cobs/query/classic_index/mmap_search_file.cpp:9:
In file included from /Users/adrian/Desktop/cobs/cobs/query/classic_index/mmap_search_file.hpp:12:
In file included from /Users/adrian/Desktop/cobs/cobs/query/classic_index/search_file.hpp:13:
In file included from /Users/adrian/Desktop/cobs/cobs/query/index_file.hpp:15:
/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/immintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"
#error "This header is only meant to be used on x86 and x64 architecture"
Would really appreciate your help with this! It looks like this could be fixed by using something like SIMDe, however I haven't been able to figure it out just yet.
The text was updated successfully, but these errors were encountered:
Hello,
while trying to install
cobs
on an Apple Silicon machine, I ran into the following error:Would really appreciate your help with this! It looks like this could be fixed by using something like SIMDe, however I haven't been able to figure it out just yet.
The text was updated successfully, but these errors were encountered: