]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
autotools: intel cpu features detection
authorLoic Dachary <loic@dachary.org>
Wed, 26 Mar 2014 10:11:48 +0000 (11:11 +0100)
committerLoic Dachary <loic@dachary.org>
Thu, 27 Mar 2014 13:27:23 +0000 (14:27 +0100)
commitc07aedb6db91acd43f7b0a75a6d15ec5eb74c811
treeea25cfe3f7a38e3a8037e7e850e62c464d043603
parentcc0cc1521278296cecc617612f72b49ad9684560
autotools: intel cpu features detection

Rename SIMD to INTEL for clarity.

Instead of agregating all flags in INTEL_FLAGS, create individual flags
for each feature (INTEL_SSE2_FLAGS etc.) for finer control in the
makefiles.

Signed-off-by: Loic Dachary <loic@dachary.org>
configure.ac
m4/ax_intel.m4 [new file with mode: 0644]
m4/ax_sse.m4 [deleted file]