Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SadiinsoSnowfall committed Nov 12, 2024
1 parent 3011876 commit 85a0ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/eve/forward.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace eve::detail
template<relative_conditional_expr C, simd_value T> as_logical_t<T> to_logical(C c, as<T>) noexcept;

template<relative_conditional_expr C, simd_value T>
auto EVE_FORCEINLINE to_logical(C c, as<T>) noexcept requires(current_api >= avx512);
as_logical_t<T> EVE_FORCEINLINE to_logical(C c, as<T>) noexcept requires(current_api >= avx512);

template<conditional_expr C, typename Op, typename Arg0, typename... Args>
EVE_FORCEINLINE auto mask_op(C const& c,
Expand Down

0 comments on commit 85a0ca0

Please sign in to comment.