Skip to content

Commit 542256a

Browse files
Fix copy-pasted headers (#1091)
1 parent c0a7b5d commit 542256a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/xsimd/arch/xsimd_avx512ifma.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* The full license is in the file LICENSE, distributed with this software. *
1010
****************************************************************************/
1111

12-
#ifndef XSIMD_AVX512VBMI_HPP
13-
#define XSIMD_AVX512VBMI_HPP
12+
#ifndef XSIMD_AVX512IFMA_HPP
13+
#define XSIMD_AVX512IFMA_HPP
1414

1515
#include <array>
1616
#include <type_traits>
1717

18-
#include "../types/xsimd_avx512vbmi_register.hpp"
18+
#include "../types/xsimd_avx512ifma_register.hpp"
1919

2020
#endif

0 commit comments

Comments
 (0)