Skip to content

Commit

Permalink
Fix simd_test include
Browse files Browse the repository at this point in the history
  • Loading branch information
Auburn committed Aug 7, 2024
1 parent 7283f53 commit db38a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <random>
#include <string>

#include <FastSIMD/test_simd_config.h>
#include <FastSIMD/simd_test_config.h>

static constexpr size_t TestCount = 4096 * 4096;

Expand Down

0 comments on commit db38a3a

Please sign in to comment.