aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev_raidz_math_avx512f.c
diff options
context:
space:
mode:
Diffstat (limited to 'module/zfs/vdev_raidz_math_avx512f.c')
-rw-r--r--module/zfs/vdev_raidz_math_avx512f.c17
1 files changed, 16 insertions, 1 deletions
diff --git a/module/zfs/vdev_raidz_math_avx512f.c b/module/zfs/vdev_raidz_math_avx512f.c
index cc3868bce..c2ccd875e 100644
--- a/module/zfs/vdev_raidz_math_avx512f.c
+++ b/module/zfs/vdev_raidz_math_avx512f.c
@@ -24,7 +24,7 @@
#include <sys/isa_defs.h>
-#if defined(__x86_64) && defined(HAVE_AVX512F)
+#if 0 // defined(__x86_64) && defined(HAVE_AVX512F)
#include <sys/types.h>
#include <linux/simd_x86.h>
@@ -437,6 +437,21 @@ typedef struct v {
kfpu_end(); \
}
+#define ZERO_STRIDE 4
+#define ZERO_DEFINE() {}
+#define ZERO_D 20, 21, 22, 23
+
+#define COPY_STRIDE 4
+#define COPY_DEFINE() {}
+#define COPY_D 20, 21, 22, 23
+
+#define ADD_STRIDE 4
+#define ADD_DEFINE() {}
+#define ADD_D 20, 21, 22, 23
+
+#define MUL_STRIDE 4
+#define MUL_DEFINE() {}
+#define MUL_D 20, 21, 22, 23
/*
* This use zmm16-zmm31 registers to free up zmm0-zmm15
* to use with the AVX2 pshufb, see above