Skip to content

Commit

Permalink
Warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Epixu committed Feb 17, 2025
1 parent d059ea5 commit 9f29319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/Store.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ namespace Langulus::SIMD
void StoreSIMD(const CT::SIMD auto& from, CT::Bitmask auto& to) noexcept {
using R = Deref<decltype(from)>;
using T = TypeOf<R>;
(void)to;

#if LANGULUS_SIMD(128BIT)
if constexpr (CT::SIMD128<R>) {
Expand Down

0 comments on commit 9f29319

Please sign in to comment.