Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0d2012c

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 inpg_config.h.in.
1 parent7be511a commit0d2012c

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
@@ -640,15 +640,15 @@
640640
/* Use replacement snprintf() functions. */
641641
#define USE_REPL_SNPRINTF 1
642642

643-
/* Define to 1 to useIntel SSE 4.2CRC instructions with a runtime check. */
643+
/* Define to 1 to usesoftwareCRC-32C implementation (slicing-by-8). */
644644
#if (_MSC_VER < 1500)
645645
#define USE_SLICING_BY_8_CRC32C 1
646646
#endif
647647

648648
/* Define to 1 use Intel SSE 4.2 CRC instructions. */
649649
/* #undef USE_SSE42_CRC32C */
650650

651-
/* Define to 1 to use IntelSSSE 4.2 CRC instructions with a runtime check. */
651+
/* Define to 1 to use IntelSSE 4.2 CRC instructions with a runtime check. */
652652
#if (_MSC_VER >= 1500)
653653
#define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK
654654
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp