We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb55e82 commit 7d827e2Copy full SHA for 7d827e2
1 file changed
Common/include/parallelization/vectorization.hpp
@@ -75,7 +75,7 @@ class Array : public CVecExpr<Array<Scalar_t,N>, Scalar_t> {
75
using Scalar = Scalar_t;
76
enum : size_t {Size = N};
77
enum : size_t {Align = Size*sizeof(Scalar)};
78
- static constexpr bool StoreAsRef = true;
+ static constexpr bool StoreAsRef = false;
79
80
private:
81
alignas(Size*sizeof(Scalar)) Scalar x_[N];
0 commit comments