8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127f489 commit 0b65028Copy full SHA for 0b65028
src/include/pg_config.h.win32
@@ -650,15 +650,15 @@
650
/* Use replacement snprintf() functions. */
651
#define USE_REPL_SNPRINTF 1
652
653
-/* 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). */
654
#if (_MSC_VER < 1500)
655
#define USE_SLICING_BY_8_CRC32C 1
656
#endif
657
658
/* Define to 1 use Intel SSE 4.2 CRC instructions. */
659
/* #undef USE_SSE42_CRC32C */
660
661
-/* 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. */
662
#if (_MSC_VER >= 1500)
663
#define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK
664
0 commit comments