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
Even though it passes these SSE AVX sanity tests in configure, it cannot compile libsodium successfully with these arguments turned on, the compiler crashes with internal errors at emmintrin.h header files.
My question is how can I modify configure or configure.ac so I can manually control the result of these tests? I just want to turn them off one by one and check which one is the culprit.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Our cross compiler version gcc 4.x.x is very old.
Even though it passes these SSE AVX sanity tests in
configure
, it cannot compile libsodium successfully with these arguments turned on, the compiler crashes with internal errors atemmintrin.h
header files.My question is how can I modify
configure
orconfigure.ac
so I can manually control the result of these tests? I just want to turn them off one by one and check which one is the culprit.Thanks for help!
Beta Was this translation helpful? Give feedback.
All reactions