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

atomics: add the --disable-cx16-atomics #9023

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 2, 2021

  1. atomics: add the --disable-cx16-atomics

    Do not try the -mcx16 flag if --disable-cx16-atomics is used,
    and prevent the generation of instructions that are not available
    on all x86 platforms (such as Celeron N4000).
    
    Always try to run a simple test to make sure the selected atomic
    generate correct results.
    
    Thanks Orion Poplawski for reporting this issue.
    
    Refs. open-mpi#9022
    
    Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
    ggouaillardet committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    bd47b68 View commit details
    Browse the repository at this point in the history