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
There's very little to do, but it doesn't work as such:
Remove the line containing -msse3 from jam/cxxflags.jam.
delete the entire contents of src/utils/primitives/primitives_sse2.cpp (but keep the file)
delete from src/utils/primitives/primitives.cpp the lines between #ifndef __EMSCRIPTEN__ and #endif (there are 2 of them)
And that's all...
On the other hand, there will probably be a problem with hyperscan, which to my knowledge doesn't have an arm version. Unless the vectorscan library does what's necessary to be named hyperscan on arm, you'll have to disable its use with bjam -s NO_HYPERSCAN=1 (this disables detection of keyboard and OCR patterns. If you don't know what they are, then don't use them).
I want to create an arm64 docker image, but I got error messages like as below:
Could redemption support running on ARM64?
The text was updated successfully, but these errors were encountered: