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 a3c64ed commit 8ed5249Copy full SHA for 8ed5249
src/include/pg_config.h.win32
@@ -639,15 +639,15 @@
639
/* Use replacement snprintf() functions. */
640
#define USE_REPL_SNPRINTF 1
641
642
-/* 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). */
643
#if (_MSC_VER < 1500)
644
#define USE_SLICING_BY_8_CRC32C 1
645
#endif
646
647
/* Define to 1 use Intel SSE 4.2 CRC instructions. */
648
/* #undef USE_SSE42_CRC32C */
649
650
-/* 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. */
651
#if (_MSC_VER >= 1500)
652
#define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK
653
0 commit comments