Skip to content

Commit d8bfb47

Browse files
[libc] clean up unused exp_utils (#143181)
This file's just left over from old code, but it doesn't compile anymore. It's never used so this patch just removes it.
1 parent c02403e commit d8bfb47

File tree

3 files changed

+6
-176
lines changed

3 files changed

+6
-176
lines changed

libc/src/math/generic/CMakeLists.txt

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,14 +1275,6 @@ add_entrypoint_object(
12751275
libc.src.__support.FPUtil.nearest_integer_operations
12761276
)
12771277

1278-
add_object_library(
1279-
exp_utils
1280-
HDRS
1281-
exp_utils.h
1282-
SRCS
1283-
exp_utils.cpp
1284-
)
1285-
12861278
add_entrypoint_object(
12871279
erff
12881280
SRCS
@@ -3978,7 +3970,7 @@ add_entrypoint_object(
39783970
libc.src.__support.FPUtil.polyeval
39793971
libc.src.__support.FPUtil.sqrt
39803972
libc.src.__support.macros.optimization
3981-
libc.src.__support.macros.properties.types
3973+
libc.src.__support.macros.properties.types
39823974
)
39833975

39843976
add_entrypoint_object(
@@ -4046,7 +4038,7 @@ add_entrypoint_object(
40464038
libc.src.__support.FPUtil.multiply_add
40474039
libc.src.__support.FPUtil.polyeval
40484040
libc.src.__support.macros.optimization
4049-
libc.src.__support.macros.properties.types
4041+
libc.src.__support.macros.properties.types
40504042
)
40514043

40524044
add_object_library(
@@ -4093,7 +4085,7 @@ add_entrypoint_object(
40934085
libc.src.__support.FPUtil.polyeval
40944086
libc.src.__support.FPUtil.sqrt
40954087
libc.src.__support.macros.optimization
4096-
libc.src.__support.macros.properties.types
4088+
libc.src.__support.macros.properties.types
40974089
)
40984090

40994091
add_header_library(
@@ -4162,7 +4154,7 @@ add_entrypoint_object(
41624154
libc.src.__support.FPUtil.polyeval
41634155
libc.src.__support.FPUtil.sqrt
41644156
libc.src.__support.macros.optimization
4165-
libc.src.__support.macros.properties.types
4157+
libc.src.__support.macros.properties.types
41664158
)
41674159

41684160
add_entrypoint_object(
@@ -4181,7 +4173,7 @@ add_entrypoint_object(
41814173
libc.src.__support.FPUtil.polyeval
41824174
libc.src.__support.FPUtil.sqrt
41834175
libc.src.__support.macros.optimization
4184-
libc.src.__support.macros.properties.types
4176+
libc.src.__support.macros.properties.types
41854177
libc.src.__support.macros.properties.cpu_features
41864178
)
41874179

@@ -4201,7 +4193,7 @@ add_entrypoint_object(
42014193
libc.src.__support.FPUtil.polyeval
42024194
libc.src.__support.FPUtil.sqrt
42034195
libc.src.__support.macros.optimization
4204-
libc.src.__support.macros.properties.types
4196+
libc.src.__support.macros.properties.types
42054197
)
42064198

42074199
add_header_library(

libc/src/math/generic/exp_utils.cpp

Lines changed: 0 additions & 128 deletions
This file was deleted.

libc/src/math/generic/exp_utils.h

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)