Skip to content
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

i#6953: Fix sigcontext test AVX error #6954

Merged
merged 1 commit into from
Aug 30, 2024

Commits on Aug 30, 2024

  1. i#6953: Fix sigcontext test AVX error

    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
    derekbruening committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ceb4a64 View commit details
    Browse the repository at this point in the history