Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SadiinsoSnowfall committed Nov 12, 2024
1 parent 11d84ed commit 3011876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/eve/module/core/regular/impl/simd/arm/sve/ceil.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace eve::detail
EVE_FORCEINLINE wide<T, N> ceil_(EVE_REQUIRES(sve_),
C const& cond,
O const& opts,
wide<T, N> const& v) noexcept -> wide<T, N>
wide<T, N> const& v) noexcept
requires sve_abi<abi_t<T, N>>
{
auto alt = alternative(cond, v, as(v));
Expand Down

0 comments on commit 3011876

Please sign in to comment.