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

build/ops: arch: fix cmake's ARM CRC intrinsics test to handle duplicitous gcc 4.8.5 (issue#19386, pr#14132, Dan Mick) #14132

Merged
merged 2 commits into from Mar 27, 2017

Commits on Mar 25, 2017

  1. cmake/modules/SIMDExt.cmake: add whitespace

    readability, man, readability
    
    Signed-off-by: Dan Mick <dan.mick@redhat.com>
    dmick committed Mar 25, 2017
    Copy the full SHA
    ef8980b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. cmake/modules/SIMDExt.cmake: armv8 crypto intrinsics

    Test not only for -march support, but also the actual
    presence of the intrinsic routines.  Not sure why, but gcc
    4.8.5 passes the first but not the second.
    
    Fixes: http://tracker.ceph.com/issues/19386
    Signed-off-by: Dan Mick <dan.mick@redhat.com>
    dmick committed Mar 27, 2017
    Copy the full SHA
    ac4815f View commit details
    Browse the repository at this point in the history