We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeeaf72 commit 710f025Copy full SHA for 710f025
librapid/include/librapid/math/vectorImpl.hpp
@@ -62,6 +62,8 @@ namespace librapid {
62
using IndexTypeConst = typename StorageType::IndexTypeConst;
63
using IndexType = typename StorageType::IndexType;
64
using GetType = typename StorageType::GetType;
65
+
66
+ static constexpr bool allowVectorisation = false;
67
};
68
69
template<typename LHS, typename RHS, typename Op>
0 commit comments