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
I've done this, but it has a problem: it segfaults with the -march=i7-avx2 flag if compiled with -O2 or higher. Might even be a compiler bug (g++ is generating a movdqa instruction that's sometimes not properly aligned). I'll try and isolate this further before pushing.
In the NaCl branch there was a hacky way to do this, but it never made it into develop.
The text was updated successfully, but these errors were encountered: