From: Heikki Linnakangas Date: Wed, 4 Apr 2018 08:33:39 +0000 (+0300) Subject: Also fix the descriptions in pg_config.h.win32. X-Git-Tag: REL9_5_13~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b650285269d6055d0f1c8b10e96a49b118a6d0d;p=postgresql Also fix the descriptions in pg_config.h.win32. I missed pg_config.h.win32 in the previous commit that fixed these in pg_config.h.in. --- diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 740b300029..6ea6b65e12 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -650,7 +650,7 @@ /* Use replacement snprintf() functions. */ #define USE_REPL_SNPRINTF 1 -/* Define to 1 to use Intel SSE 4.2 CRC instructions with a runtime check. */ +/* Define to 1 to use software CRC-32C implementation (slicing-by-8). */ #if (_MSC_VER < 1500) #define USE_SLICING_BY_8_CRC32C 1 #endif @@ -658,7 +658,7 @@ /* Define to 1 use Intel SSE 4.2 CRC instructions. */ /* #undef USE_SSE42_CRC32C */ -/* Define to 1 to use Intel SSSE 4.2 CRC instructions with a runtime check. */ +/* Define to 1 to use Intel SSE 4.2 CRC instructions with a runtime check. */ #if (_MSC_VER >= 1500) #define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK #endif