blob: 6c481b57b3d6bafc8d761a42650501f63265ed0a [file] [log] [blame]
add_entrypoint_object(
ceil
SRCS
ceil.cpp
HDRS
../ceil.h
DEPENDS
libc.utils.FPUtil.fputil
COMPILE_OPTIONS
-O2
)
add_entrypoint_object(
ceilf
SRCS
ceilf.cpp
HDRS
../ceilf.h
DEPENDS
libc.utils.FPUtil.fputil
COMPILE_OPTIONS
-O2
)
add_entrypoint_object(
ceill
SRCS
ceill.cpp
HDRS
../ceill.h
DEPENDS
libc.utils.FPUtil.fputil
COMPILE_OPTIONS
-O2
)