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
Interested in trying the tool and wanted to know if this was currently only compatible with x86/AMD64 architectures. If so, is there any plan to make it ARM compatible ? Thanks
Currently trying to make it work on ARM but some parts of the code seem to be using x86-specific intrinsic functions. Getting the following errors when running ninja -C build. Also had to remove the -mssse3 and -msse4.2 flags from the build.ninja file for attain this step in ARM. Had to make a few changes in the apt install command as well.
The text was updated successfully, but these errors were encountered:
Hello,
Interested in trying the tool and wanted to know if this was currently only compatible with x86/AMD64 architectures. If so, is there any plan to make it ARM compatible ? Thanks
Currently trying to make it work on ARM but some parts of the code seem to be using x86-specific intrinsic functions. Getting the following errors when running
ninja -C build
. Also had to remove the-mssse3
and-msse4.2
flags from thebuild.ninja
file for attain this step in ARM. Had to make a few changes in theapt install
command as well.The text was updated successfully, but these errors were encountered: