buildenv: correct the ax_sse macro description

Change-Id: I4ce65443c8a33ae9add8f6da9d911c3178472ab2
This commit is contained in:
Vadim Yanitskiy 2017-05-20 01:08:55 +03:00 committed by Tom Tsou
parent 15f9d95f5f
commit 61fbf2ec95
1 changed files with 5 additions and 6 deletions

View File

@ -4,14 +4,13 @@
# #
# SYNOPSIS # SYNOPSIS
# #
# AX_EXT # AX_SSE
# #
# DESCRIPTION # DESCRIPTION
# #
# Find supported SIMD extensions by requesting cpuid. When an SIMD # Find SIMD extensions supported by compiler. The -m"simdextensionname" is
# extension is found, the -m"simdextensionname" is added to SIMD_FLAGS if # added to SIMD_FLAGS if compiler supports it. For example, if "sse2" is
# compiler supports it. For example, if "sse2" is available, then "-msse2" # available, then "-msse2" is added to SIMD_FLAGS.
# is added to SIMD_FLAGS.
# #
# This macro calls: # This macro calls:
# #
@ -19,7 +18,7 @@
# #
# And defines: # 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 # LICENSE
# #