]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake/modules/SIMDExt.cmake: armv8 crypto intrinsics
authorDan Mick <dan.mick@redhat.com>
Sat, 25 Mar 2017 03:12:38 +0000 (20:12 -0700)
committerDan Mick <dan.mick@redhat.com>
Mon, 27 Mar 2017 16:35:22 +0000 (09:35 -0700)
commitac4815f74b9fad5285b264a8d62d60c75569fc35
tree2aa85423b98624098a74180c0f576c6e7fd5f7ec
parentef8980bad2239d82d6a0c764bd845714d7b4c892
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>
cmake/modules/SIMDExt.cmake