You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<source>:3:18: error: constexpr function never produces a constant expression [-Winvalid-constexpr]constexpr __v4si minmax(__v4si x, __v4si y) { ^<source>:4:12: note: subexpression not valid in a constant expression return __builtin_elementwise_max(x, y);
The text was updated successfully, but these errors were encountered:
https://simd.godbolt.org/z/E4KcoTfdP
clang -g0 -O3
The text was updated successfully, but these errors were encountered: