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 2da5b7c commit 89b9be3Copy full SHA for 89b9be3
include/xsimd/arch/xsimd_avx512vnni.hpp
@@ -0,0 +1,20 @@
1
+/***************************************************************************
2
+ * Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
3
+ * Martin Renou *
4
+ * Copyright (c) QuantStack *
5
+ * Copyright (c) Serge Guelton *
6
+ * *
7
+ * Distributed under the terms of the BSD 3-Clause License. *
8
9
+ * The full license is in the file LICENSE, distributed with this software. *
10
+ ****************************************************************************/
11
+
12
+#ifndef XSIMD_AVX512VNNI_HPP
13
+#define XSIMD_AVX512VNNI_HPP
14
15
+#include <array>
16
+#include <type_traits>
17
18
+#include "../types/xsimd_avx512vnni_register.hpp"
19
20
+#endif
0 commit comments