-
Notifications
You must be signed in to change notification settings - Fork 644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wamrc SIMD compat check fails on fairly standard hardware #1022
Comments
SIMD compatibility check failed means the local machine doesn't fully achieve WAMR requirements on SIMD, which is at least sse4.1. I am not sure which kind of CPU a 2019 Intel Mac is using but you are able to check it with |
Hi, just checked and this computer's CPU is i7-8569U According to Intel it supports SSE 4.1 and 4.2 |
@lucianoiam What is your complete command to run wamrc? In MacOS, the cpu name will be obtained when target/cpu/cpu-features aren't set, could you please help check whether the following code is executed? |
The complete command is Line 1714 is not being called when using the line above, but removing So it seems |
Yes, no need to add |
Getting this on 2019 Intel Mac:
Appending
--cpu=skylake
fixes it.Also
./wamrc --cpu=help
does not really list the available CPUs.The text was updated successfully, but these errors were encountered: