Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion libc/shared/math.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

#include "libc_common.h"

#include "math/exp.h"
#include "math/expf.h"
#include "math/expf16.h"
#include "math/frexpf.h"
Expand Down
23 changes: 0 additions & 23 deletions libc/shared/math/exp.h

This file was deleted.

39 changes: 0 additions & 39 deletions libc/src/__support/math/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,42 +110,3 @@ add_header_library(
DEPENDS
libc.src.__support.FPUtil.manipulation_functions
)

add_header_library(
exp_constants
HDRS
exp_constants.h
DEPENDS
libc.src.__support.FPUtil.triple_double
)

add_header_library(
exp_utils
HDRS
exp_utils.h
DEPENDS
libc.src.__support.CPP.optional
libc.src.__support.CPP.bit
libc.src.__support.FPUtil.fp_bits
)

add_header_library(
exp
HDRS
exp.h
DEPENDS
.exp_constants
.exp_utils
libc.src.__support.CPP.bit
libc.src.__support.CPP.optional
libc.src.__support.FPUtil.dyadic_float
libc.src.__support.FPUtil.fenv_impl
libc.src.__support.FPUtil.fp_bits
libc.src.__support.FPUtil.multiply_add
libc.src.__support.FPUtil.nearest_integer
libc.src.__support.FPUtil.polyeval
libc.src.__support.FPUtil.rounding_mode
libc.src.__support.FPUtil.triple_double
libc.src.__support.integer_literals
libc.src.__support.macros.optimization
)
Loading
Loading