Skip to content

Commit 9e2a863

Browse files
committed
reorder dependency list
1 parent a09dcca commit 9e2a863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/__support/math/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ add_header_library(
362362
HDRS
363363
cos.h
364364
DEPENDS
365-
libc.src.__support.math.sincos_eval
366365
libc.hdr.errno_macros
367366
libc.src.errno.errno
368367
libc.src.__support.FPUtil.double_double
@@ -371,6 +370,7 @@ add_header_library(
371370
libc.src.__support.FPUtil.fenv_impl
372371
libc.src.__support.FPUtil.fp_bits
373372
libc.src.__support.math.range_reduction_double
373+
libc.src.__support.math.sincos_eval
374374
libc.src.__support.macros.optimization
375375
)
376376

0 commit comments

Comments
 (0)