8000 Also fix the descriptions in pg_config.h.win32. · linzhihui/postgres@0b65028 · GitHub 65F7
[go: up one dir, main page]

Skip to content

Commit 0b65028

Browse files
committed
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.
1 parent 127f489 commit 0b65028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/pg_config.h.win32

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,15 +650,15 @@
650650
/* Use replacement snprintf() functions. */
651651
#define USE_REPL_SNPRINTF 1
652652

653-
/* Define to 1 to use Intel SSE 4.2 CRC instructions with a runtime check. */
653+
/* Define to 1 to use software CRC-32C implementation (slicing-by-8). */
654654
#if (_MSC_VER < 1500)
655655
#define USE_SLICING_BY_8_CRC32C 1
656656
#endif
657657

658658
/* Define to 1 use Intel SSE 4.2 CRC instructions. */
659659
/* #undef USE_SSE42_CRC32C */
660660

661-
/* Define to 1 to use Intel SSSE 4.2 CRC instructions with a runtime check. */
661+
/* Define to 1 to use Intel SSE 4.2 CRC instructions with a runtime check. */
662662
#if (_MSC_VER >= 1500)
663663
#define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK
664664
#endif

0 commit comments

Comments
 (0)
0