aboutsummaryrefslogtreecommitdiff
path: root/libc/src/math/generic/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/math/generic/CMakeLists.txt')
-rw-r--r--libc/src/math/generic/CMakeLists.txt41
1 files changed, 41 insertions, 0 deletions
diff --git a/libc/src/math/generic/CMakeLists.txt b/libc/src/math/generic/CMakeLists.txt
index f509b97..a0114aa 100644
--- a/libc/src/math/generic/CMakeLists.txt
+++ b/libc/src/math/generic/CMakeLists.txt
@@ -1488,6 +1488,19 @@ add_entrypoint_object(
)
add_entrypoint_object(
+ ldexpf16
+ SRCS
+ ldexpf16.cpp
+ HDRS
+ ../ldexpf16.h
+ COMPILE_OPTIONS
+ -O3
+ DEPENDS
+ libc.src.__support.macros.properties.types
+ libc.src.__support.FPUtil.manipulation_functions
+)
+
+add_entrypoint_object(
ldexpf128
SRCS
ldexpf128.cpp
@@ -3502,6 +3515,20 @@ add_entrypoint_object(
)
add_entrypoint_object(
+ scalblnf16
+ SRCS
+ scalblnf16.cpp
+ HDRS
+ ../scalblnf16.h
+ DEPENDS
+ libc.hdr.float_macros
+ libc.src.__support.macros.properties.types
+ libc.src.__support.FPUtil.manipulation_functions
+ COMPILE_OPTIONS
+ -O3
+)
+
+add_entrypoint_object(
scalbn
SRCS
scalbn.cpp
@@ -3541,6 +3568,20 @@ add_entrypoint_object(
)
add_entrypoint_object(
+ scalbnf16
+ SRCS
+ scalbnf16.cpp
+ HDRS
+ ../scalbnf16.h
+ DEPENDS
+ libc.hdr.float_macros
+ libc.src.__support.macros.properties.types
+ libc.src.__support.FPUtil.manipulation_functions
+ COMPILE_OPTIONS
+ -O3
+)
+
+add_entrypoint_object(
scalbnf128
SRCS
scalbnf128.cpp