Skip to content

Commit

Permalink
Fix compilation error in slide_up_down_test.cc when multiple targets …
Browse files Browse the repository at this point in the history
…are enabled
  • Loading branch information
johnplatts authored Jul 11, 2023
1 parent 2f74bab commit bade41c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hwy/tests/slide_up_down_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ class TestSlideDownLanes {
}
};

#undef HWY_SLIDE_DOWN_TEST_INLINE

HWY_NOINLINE void TestAllSlideDownLanes() {
ForAllTypes(ForPartialVectors<TestSlideDownLanes>());
}
Expand Down

0 comments on commit bade41c

Please sign in to comment.