feat(math): exp/log/pow/sqrt/cbrt/hypot/log1p/expm1
This commit is contained in:
@@ -187,8 +187,10 @@ VLIBC_CORE_SRCS = \
|
||||
src/mman/mmap.c \
|
||||
src/passwd/passwd.c \
|
||||
src/group/group.c \
|
||||
src/math/cbrt.c \
|
||||
src/math/ceil.c \
|
||||
src/math/copysign.c \
|
||||
src/math/exp.c \
|
||||
src/math/fabs.c \
|
||||
src/math/fdim.c \
|
||||
src/math/floor.c \
|
||||
@@ -196,20 +198,25 @@ VLIBC_CORE_SRCS = \
|
||||
src/math/fmin.c \
|
||||
src/math/fmod.c \
|
||||
src/math/frexp.c \
|
||||
src/math/hypot.c \
|
||||
src/math/ilogb.c \
|
||||
src/math/ldexp.c \
|
||||
src/math/llrint.c \
|
||||
src/math/llround.c \
|
||||
src/math/log.c \
|
||||
src/math/log1p.c \
|
||||
src/math/logb.c \
|
||||
src/math/lrint.c \
|
||||
src/math/lround.c \
|
||||
src/math/modf.c \
|
||||
src/math/nearbyint.c \
|
||||
src/math/pow.c \
|
||||
src/math/remainder.c \
|
||||
src/math/remquo.c \
|
||||
src/math/rint.c \
|
||||
src/math/round.c \
|
||||
src/math/scalbn.c \
|
||||
src/math/sqrt.c \
|
||||
src/math/trunc.c
|
||||
|
||||
# Profile-gated sources, EXISTING gates preserved (strlcpy/strlcat stay L2
|
||||
|
||||
Reference in New Issue
Block a user