1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Fix incorrect description of USE_SLICING_BY_8_CRC32C.

And a typo in the description of USE_SSE42_CRC32C_WITH_RUNTIME_CHECK,
spotted by Daniel Gustafsson.
This commit is contained in:
Heikki Linnakangas
2018-04-04 11:20:53 +03:00
parent 851f4b4e14
commit 8989f52b1b
2 changed files with 4 additions and 4 deletions

View File

@ -893,13 +893,13 @@
/* Use replacement snprintf() functions. */
#undef USE_REPL_SNPRINTF
/* 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). */
#undef USE_SLICING_BY_8_CRC32C
/* Define to 1 use Intel SSE 4.2 CRC instructions. */
#undef USE_SSE42_CRC32C
/* 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. */
#undef USE_SSE42_CRC32C_WITH_RUNTIME_CHECK
/* Define to build with systemd support. (--with-systemd) */