]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
erasure-code: do not attempt to compile SSE4 on i386 1563/head
authorLoic Dachary <loic@dachary.org>
Sat, 29 Mar 2014 09:34:29 +0000 (10:34 +0100)
committerLoic Dachary <loic@dachary.org>
Sat, 29 Mar 2014 09:34:29 +0000 (10:34 +0100)
commit399de24e29d7a083b388e7c05d8b4cffe5733dc3
treee38764d9316202900db0c992bcf488762ed5efab
parentbd6e35c1b171e46cc3e026c59b076b73440a8502
erasure-code: do not attempt to compile SSE4 on i386

SSE4 are only not availabe on older CPUs. Although the compiler could
probably generate the code, there is no point in doing so. The SSE4.1,
SSE4.2 and PCLMUL cpu features are only tested if the target CPU is
AMD64 or x86_64.

Signed-off-by: Loic Dachary <loic@dachary.org>
m4/ax_intel.m4