Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolm committed Jan 22, 2024
1 parent 467a5cb commit 4e220db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ SUITE(trigonometry)
RUN_TESTp(generic_test, atanf, mm256_atan_ps, -10.f, 10.f, 1.e-04f, NUM_SAMPLES, false, "mm256_atan_ps");

// this task fails on linux and I don't have this OS to debug
#if defined(__linux__)
#if !defined(__linux__)
RUN_TESTp(generic_test, atan2_angle, simd_atan2, 0.f, 6.28318530f, 3.e-07f, 32768, false, "mm256_atan2_ps");
#endif
#else
Expand Down

0 comments on commit 4e220db

Please sign in to comment.