Skip to content

Commit

Permalink
[libc][math] Remove the unused dp_trig target and tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Siva Chandra Reddy committed Apr 19, 2023
1 parent 7bf5f46 commit 9a579d6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 210 deletions.
15 changes: 0 additions & 15 deletions libc/src/math/generic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1205,21 +1205,6 @@ add_entrypoint_object(
-O2
)

add_object_library(
dp_trig
SRCS
dp_trig.cpp
HDRS
dp_trig.h
DEPENDS
libc.src.__support.FPUtil.fp_bits
libc.src.__support.FPUtil.manipulation_functions
libc.src.__support.FPUtil.xfloat
libc.src.__support.uint
COMPILE_OPTIONS
-O3
)

add_entrypoint_object(
fmod
SRCS
Expand Down
105 changes: 0 additions & 105 deletions libc/src/math/generic/dp_trig.cpp

This file was deleted.

22 changes: 0 additions & 22 deletions libc/src/math/generic/dp_trig.h

This file was deleted.

12 changes: 0 additions & 12 deletions libc/test/src/math/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1267,18 +1267,6 @@ add_fp_unittest(
libc.src.__support.FPUtil.fp_bits
)

add_fp_unittest(
mod_k_pi_test
NEED_MPFR
SUITE
libc-long-running-tests
SRCS
mod_k_pi_test.cpp
DEPENDS
libc.src.math.generic.dp_trig
libc.src.__support.FPUtil.fp_bits
)

add_fp_unittest(
logf_test
NEED_MPFR
Expand Down
56 changes: 0 additions & 56 deletions libc/test/src/math/mod_k_pi_test.cpp

This file was deleted.

0 comments on commit 9a579d6

Please sign in to comment.