Open sroussey opened 10 months ago
Yes, that's a common warning. I think the CMakeLists.txt, setup.py and bindings.gyp should be updated to add the -Wpass-failed=transform-warning
flag for warnings, as mentioned in your log. @sroussey does that help? Would you be able to open a PR? Thanks 🤗
I added that to bindings.gyp and no change.
It is already in CMakeLists.txt
Describe the bug
It is a warning "loop not vectorized" which normally I would ignore, but since this lib is all about vectorizing for speed I think it is unexpected.
Steps to reproduce
npm install
Expected behavior
no warning. Instead I get this:
USearch version
main
Operating System
MacOS 14.2.1 / Darwin 23.2.0 arm64 arm
Hardware architecture
Arm
Which interface are you using?
C++ implementation
Contact Details
No response
Is there an existing issue for this?
Code of Conduct