Skip to content

Commit 710f025

Browse files
committed
Maybe?
1 parent eeeaf72 commit 710f025

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

librapid/include/librapid/math/vectorImpl.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ namespace librapid {
6262
using IndexTypeConst = typename StorageType::IndexTypeConst;
6363
using IndexType = typename StorageType::IndexType;
6464
using GetType = typename StorageType::GetType;
65+
66+
static constexpr bool allowVectorisation = false;
6567
};
6668

6769
template<typename LHS, typename RHS, typename Op>

0 commit comments

Comments
 (0)