From 1648bfa3ce1815f8267dfde28bb24912441772d1 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 1 Mar 2018 13:04:19 +0100 Subject: [PATCH] Improve help message --- win32/build/config.w32 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 8eccd14d27..aff9be79b1 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -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(); -- 2.50.1