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