Skip to content

Commit f9bae64

Browse files
committed
nit: reorder deps and includes
Signed-off-by: Krishna Pandey <[email protected]>
1 parent 73a9b9c commit f9bae64

File tree

9 files changed

+16
-24
lines changed

9 files changed

+16
-24
lines changed

libc/test/src/math/smoke/CMakeLists.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5341,9 +5341,9 @@ add_fp_unittest(
53415341
DEPENDS
53425342
libc.hdr.errno_macros
53435343
libc.hdr.fenv_macros
5344+
libc.src.math.bf16add
53445345
libc.src.__support.FPUtil.bfloat16
53455346
libc.src.__support.macros.properties.os
5346-
libc.src.math.bf16add
53475347
)
53485348

53495349
add_fp_unittest(
@@ -5357,9 +5357,9 @@ add_fp_unittest(
53575357
DEPENDS
53585358
libc.hdr.errno_macros
53595359
libc.hdr.fenv_macros
5360+
libc.src.math.bf16addf
53605361
libc.src.__support.FPUtil.bfloat16
53615362
libc.src.__support.macros.properties.os
5362-
libc.src.math.bf16addf
53635363
)
53645364

53655365
add_fp_unittest(
@@ -5373,9 +5373,9 @@ add_fp_unittest(
53735373
DEPENDS
53745374
libc.hdr.errno_macros
53755375
libc.hdr.fenv_macros
5376+
libc.src.math.bf16addl
53765377
libc.src.__support.FPUtil.bfloat16
53775378
libc.src.__support.macros.properties.os
5378-
libc.src.math.bf16addl
53795379
)
53805380

53815381
add_fp_unittest(
@@ -5389,9 +5389,9 @@ add_fp_unittest(
53895389
DEPENDS
53905390
libc.hdr.errno_macros
53915391
libc.hdr.fenv_macros
5392+
libc.src.math.bf16addf128
53925393
libc.src.__support.FPUtil.bfloat16
53935394
libc.src.__support.macros.properties.os
5394-
libc.src.math.bf16addf128
53955395
)
53965396

53975397
add_fp_unittest(
@@ -5405,9 +5405,9 @@ add_fp_unittest(
54055405
DEPENDS
54065406
libc.hdr.errno_macros
54075407
libc.hdr.fenv_macros
5408+
libc.src.math.bf16sub
54085409
libc.src.__support.FPUtil.bfloat16
54095410
libc.src.__support.macros.properties.os
5410-
libc.src.math.bf16sub
54115411
)
54125412

54135413
add_fp_unittest(
@@ -5421,9 +5421,9 @@ add_fp_unittest(
54215421
DEPENDS
54225422
libc.hdr.errno_macros
54235423
libc.hdr.fenv_macros
5424+
libc.src.math.bf16subf
54245425
libc.src.__support.FPUtil.bfloat16
54255426
libc.src.__support.macros.properties.os
5426-
libc.src.math.bf16subf
54275427
)
54285428

54295429
add_fp_unittest(
@@ -5437,9 +5437,9 @@ add_fp_unittest(
54375437
DEPENDS
54385438
libc.hdr.errno_macros
54395439
libc.hdr.fenv_macros
5440+
libc.src.math.bf16subl
54405441
libc.src.__support.FPUtil.bfloat16
54415442
libc.src.__support.macros.properties.os
5442-
libc.src.math.bf16subl
54435443
)
54445444

54455445
add_fp_unittest(
@@ -5453,7 +5453,7 @@ add_fp_unittest(
54535453
DEPENDS
54545454
libc.hdr.errno_macros
54555455
libc.hdr.fenv_macros
5456+
libc.src.math.bf16subf128
54565457
libc.src.__support.FPUtil.bfloat16
54575458
libc.src.__support.macros.properties.os
5458-
libc.src.math.bf16subf128
54595459
)

libc/test/src/math/smoke/bf16add_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
#include "AddTest.h"
1010

11-
#include "src/math/bf16add.h"
12-
1311
#include "src/__support/FPUtil/bfloat16.h"
12+
#include "src/math/bf16add.h"
1413

1514
LIST_ADD_TESTS(bfloat16, double, LIBC_NAMESPACE::bf16add)

libc/test/src/math/smoke/bf16addf128_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
#include "AddTest.h"
1010

11-
#include "src/math/bf16addf128.h"
12-
1311
#include "src/__support/FPUtil/bfloat16.h"
12+
#include "src/math/bf16addf128.h"
1413

1514
LIST_ADD_TESTS(bfloat16, float128, LIBC_NAMESPACE::bf16addf128)

libc/test/src/math/smoke/bf16addf_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
#include "AddTest.h"
1010

11-
#include "src/math/bf16addf.h"
12-
1311
#include "src/__support/FPUtil/bfloat16.h"
12+
#include "src/math/bf16addf.h"
1413

1514
LIST_ADD_TESTS(bfloat16, float, LIBC_NAMESPACE::bf16addf)

libc/test/src/math/smoke/bf16addl_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
#include "AddTest.h"
1010

11-
#include "src/math/bf16addl.h"
12-
1311
#include "src/__support/FPUtil/bfloat16.h"
12+
#include "src/math/bf16addl.h"
1413

1514
LIST_ADD_TESTS(bfloat16, long double, LIBC_NAMESPACE::bf16addl)

libc/test/src/math/smoke/bf16sub_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
#include "SubTest.h"
1010

11-
#include "src/math/bf16sub.h"
12-
1311
#include "src/__support/FPUtil/bfloat16.h"
12+
#include "src/math/bf16sub.h"
1413

1514
LIST_SUB_TESTS(bfloat16, double, LIBC_NAMESPACE::bf16sub)

libc/test/src/math/smoke/bf16subf128_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
#include "SubTest.h"
1010

11-
#include "src/math/bf16subf128.h"
12-
1311
#include "src/__support/FPUtil/bfloat16.h"
12+
#include "src/math/bf16subf128.h"
1413

1514
LIST_SUB_TESTS(bfloat16, float128, LIBC_NAMESPACE::bf16subf128)

libc/test/src/math/smoke/bf16subf_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
#include "SubTest.h"
1010

11-
#include "src/math/bf16subf.h"
12-
1311
#include "src/__support/FPUtil/bfloat16.h"
12+
#include "src/math/bf16subf.h"
1413

1514
LIST_SUB_TESTS(bfloat16, float, LIBC_NAMESPACE::bf16subf)

libc/test/src/math/smoke/bf16subl_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
#include "SubTest.h"
1010

11-
#include "src/math/bf16subl.h"
12-
1311
#include "src/__support/FPUtil/bfloat16.h"
12+
#include "src/math/bf16subl.h"
1413

1514
LIST_SUB_TESTS(bfloat16, long double, LIBC_NAMESPACE::bf16subl)

0 commit comments

Comments
 (0)