Skip to content

Commit 77655d9

Browse files
author
Yuqi Gu
committed
Fix build issue in Arm64 for missing the angle bracket
Change-Id: Ib571ef39637c1c11f56eebf483116ba89f5b8c75 Signed-off-by: Yuqi Gu <[email protected]>
1 parent 10d9617 commit 77655d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ namespace xsimd
675675
#endif
676676
#if XSIMD_ARM_INSTR_SET >= XSIMD_ARM8_64_NEON_VERSION
677677
,
678-
batch<std::complex<double, 2>
678+
batch<std::complex<double>, 2>
679679
#ifdef XSIMD_ENABLE_XTL_COMPLEX
680680
,
681681
batch<xtl::xcomplex<double>, 2>

0 commit comments

Comments
 (0)