Skip to content

Commit

Permalink
stash
Browse files Browse the repository at this point in the history
  • Loading branch information
SadiinsoSnowfall committed Feb 18, 2025
1 parent 45f5b19 commit 6459502
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ namespace eve::detail

for (size_t i = 16; i < byte_size; i += 16)
{
needle = rotate(needle, eve::index<16 / sizeof(T)>);
needle = svext(needle, needle, 16 / sizeof(T));
res = logical_or(res, logical<fw_t>{ svmatch(sve_true<T>(), haystack, needle) });
// std::cout << "rotation by " << i << " " << std::endl;
// std::cout << "match_against: " << match_against << std::endl;
Expand Down

0 comments on commit 6459502

Please sign in to comment.