aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-05-20 01:08:55 +0300
committerTom Tsou <tom@tsou.cc>2017-06-08 18:32:29 +0000
commit61fbf2ec95430d1f76f301de80e765114face5a2 (patch)
tree05432596ed76b9d51b5500a0b284c1f003d2e3c6
parent15f9d95f5f44db3ff92ee157c37e4915bffb9129 (diff)
buildenv: correct the ax_sse macro description
-rw-r--r--config/ax_sse.m411
1 files changed, 5 insertions, 6 deletions
diff --git a/config/ax_sse.m4 b/config/ax_sse.m4
index ed4d223..cf363a4 100644
--- a/config/ax_sse.m4
+++ b/config/ax_sse.m4
@@ -4,14 +4,13 @@
#
# SYNOPSIS
#
-# AX_EXT
+# AX_SSE
#
# DESCRIPTION
#
-# Find supported SIMD extensions by requesting cpuid. When an SIMD
-# extension is found, the -m"simdextensionname" is added to SIMD_FLAGS if
-# compiler supports it. For example, if "sse2" is available, then "-msse2"
-# is added to SIMD_FLAGS.
+# Find SIMD extensions supported by compiler. The -m"simdextensionname" is
+# added to SIMD_FLAGS if compiler supports it. For example, if "sse2" is
+# available, then "-msse2" is added to SIMD_FLAGS.
#
# This macro calls:
#
@@ -19,7 +18,7 @@
#
# And defines:
#
-# HAVE_MMX / HAVE_SSE / HAVE_SSE2 / HAVE_SSE3 / HAVE_SSSE3 / HAVE_SSE4.1 / HAVE_SSE4.2 / HAVE_AVX
+# HAVE_SSE3 / HAVE_SSE4.1
#
# LICENSE
#