Skip to content

Commit 02e536b

Browse files
committed
Use SIMD pragmas on complex.hpp
1 parent f3a429d commit 02e536b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cp-algo/util/complex.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <iostream>
44
#include <cmath>
55
#include <type_traits>
6+
#include "simd.hpp"
67
CP_ALGO_SIMD_PRAGMA_PUSH
78
namespace cp_algo {
89
// Custom implementation, since std::complex is UB on non-floating types

0 commit comments

Comments
 (0)