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 9f76296 commit 83246c4Copy full SHA for 83246c4
src/include/storage/checksum_impl.h
@@ -112,7 +112,9 @@
112
#include <cpuid.h>
113
#endif
114
115
+#ifdef HAVE_XSAVE_INTRINSICS
116
#include <immintrin.h>
117
+#endif
118
119
#if defined(HAVE__CPUID) || defined(HAVE__CPUIDEX)
120
#include <intrin.h>
@@ -253,10 +255,6 @@ pg_checksum_block_##ISANAME(const PGChecksummablePage *page) \
253
255
}
254
256
257
/* Declarations are always defined to make dynamic dispatch code simpler */
-
-PG_DECLARE_CHECKSUM_ISA(default);
258
-PG_DECLARE_CHECKSUM_ISA(avx2);
259
260
PG_DEFINE_CHECKSUM_ISA(default);
261
#ifdef USE_AVX2_WITH_RUNTIME_CHECK
262
PG_DEFINE_CHECKSUM_ISA(avx2);
0 commit comments