mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Oops, fix misspelled #endif
I hope this fixes the Windows builfarm failures.
This commit is contained in:
@ -648,7 +648,7 @@
|
|||||||
/* Define to 1 to use Intel SSE 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_SLICING_BY_8_CRC32C 1
|
#define USE_SLICING_BY_8_CRC32C 1
|
||||||
#end
|
#endif
|
||||||
|
|
||||||
/* 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 */
|
||||||
|
Reference in New Issue
Block a user