Skip to content

Commit

Permalink
Turn off clang-format for small tables
Browse files Browse the repository at this point in the history
  • Loading branch information
keeranroth committed Nov 6, 2024
1 parent 9e1d114 commit 270e4de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/include/test_infra.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#define DBL_QNAN (int64_t)0x7FF8000000000000
#define DBL_SNAN (int64_t)0x7FF4000000000000

// clang-format off
#define NB_TV_FOR_TRIG 4
#define TV_FOR_TRIG \
{DBL_QNAN, DBL_QNAN, DBL_SNAN, DBL_QNAN, \
Expand Down Expand Up @@ -53,6 +54,7 @@
{ \
printf("\n=====\t" comment "\n"); \
}
// clang-format on

// Most common interface: testing on 1 interval
// for 1-in-1-out unit-stride function
Expand Down

0 comments on commit 270e4de

Please sign in to comment.