mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
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.
This commit is contained in:
parent
a3c64ed6ce
commit
8ed5249aff
@ -639,7 +639,7 @@
|
|||||||
/* Use replacement snprintf() functions. */
|
/* Use replacement snprintf() functions. */
|
||||||
#define USE_REPL_SNPRINTF 1
|
#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)
|
#if (_MSC_VER < 1500)
|
||||||
#define USE_SLICING_BY_8_CRC32C 1
|
#define USE_SLICING_BY_8_CRC32C 1
|
||||||
#endif
|
#endif
|
||||||
@ -647,7 +647,7 @@
|
|||||||
/* Define to 1 use Intel SSE 4.2 CRC instructions. */
|
/* Define to 1 use Intel SSE 4.2 CRC instructions. */
|
||||||
/* #undef USE_SSE42_CRC32C */
|
/* #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)
|
#if (_MSC_VER >= 1500)
|
||||||
#define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK
|
#define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user