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 8989f52 commit 638a199Copy full SHA for 638a199
src/include/pg_config.h.win32
@@ -674,15 +674,15 @@
674
/* Use replacement snprintf() functions. */
675
#define USE_REPL_SNPRINTF 1
676
677
-/* 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). */
678
#if (_MSC_VER < 1500)
679
#define USE_SLICING_BY_8_CRC32C 1
680
#endif
681
682
/* Define to 1 use Intel SSE 4.2 CRC instructions. */
683
/* #undef USE_SSE42_CRC32C */
684
685
-/* 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. */
686
#if (_MSC_VER >= 1500)
687
#define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK
688
0 commit comments