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
Hi, when I run the excecutable named demo, the following errors occur:illegal instruction (core dumped). Does anyone know the reason? If it is because the version of cpu, what is the minimum version of cpu required by Quest ? Thanks!
The text was updated successfully, but these errors were encountered:
This may relate to issue #259, caused by a default compile flag for AVX, which may be a facility that your CPU doesn't support.
If that's the case, you can merely disable the flag. Just remove line 205 of QuEST/CMakeLists.txt
What CPU are you using by the way? This might help me better understand the issue.
Hi, when I run the excecutable named demo, the following errors occur:illegal instruction (core dumped). Does anyone know the reason? If it is because the version of cpu, what is the minimum version of cpu required by Quest ? Thanks!
The text was updated successfully, but these errors were encountered: