Fix a wrong enclosing bracket
This commit is contained in:
@@ -506,7 +506,7 @@ inline simd4_t<float,N>abs(simd4_t<float,N> v) {
|
||||
|
||||
# ifdef __AVX__
|
||||
# include <pmmintrin.h>
|
||||
# include >avxintrin.h>
|
||||
# include <avxintrin.h>
|
||||
|
||||
template<int N>
|
||||
class simd4_t<double,N>
|
||||
|
||||
Reference in New Issue
Block a user