]> granicus.if.org Git - php/commitdiff
Improve help message
authorAnatol Belski <ab@php.net>
Thu, 1 Mar 2018 12:04:19 +0000 (13:04 +0100)
committerAnatol Belski <ab@php.net>
Thu, 1 Mar 2018 14:37:56 +0000 (15:37 +0100)
win32/build/config.w32

index 8eccd14d271fa79c658e5ea9911f696d6808a9ad..aff9be79b10bf228b8e57802bb1bf2e1ae105e6a 100644 (file)
@@ -343,10 +343,10 @@ ARG_WITH("test-ini-ext-exclude", "Comma separated list of shared extensions to \
                be excluded from the test.ini", "no");
 
 ARG_ENABLE("native-intrinsics", "Comma separated list of intrinsic optimizations to enable. \
-       Available optimization names are sse, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2. \
-       SSE and SSE2 are enabled by default. The best optimization specified will \
-       automatically enable all the older optimizations. Note, that the produced binary \
-       might not work properly, if the optimizations are not available on the target \
+       Available instruction set names are sse, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2. \
+       SSE and SSE2 are enabled by default. The best instruction set specified will \
+       automatically enable all the older instruction sets. Note, that the produced binary \
+       might not work properly, if the chosen instruction sets are not available on the target \
        processor.", "no");
 toolset_setup_intrinsic_cflags();