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
When compiled for AVX, the linux.sigcontext test has a VZEROUPPER inserted after it fills all the YMM registers and just before its call to kill() to send the signal. The signal handler then sees all the zero YMMH values and fails the test.
The text was updated successfully, but these errors were encountered:
Replaces a kill() with an inlined system call in the linux.sigcontext
test to avoid failure when compiled for AVX only, as the compiler
inserts VZEROUPPER there.
Tested on a toolchain targeting AVX.
Fixes#6953
When compiled for AVX, the linux.sigcontext test has a VZEROUPPER inserted after it fills all the YMM registers and just before its call to kill() to send the signal. The signal handler then sees all the zero YMMH values and fails the test.
The text was updated successfully, but these errors were encountered: