Add complex math from musl (#422)

This commit is contained in:
Gautham 2022-06-24 07:26:10 +05:30 committed by GitHub
parent 1bce1ca2e0
commit 5d837c4e7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
52 changed files with 3667 additions and 1 deletions

View file

@ -41,7 +41,10 @@ $(LIBC_TINYMATH_A).pkg: \
$(LIBC_TINYMATH_A_OBJS) \
$(foreach x,$(LIBC_TINYMATH_A_DIRECTDEPS),$($(x)_A).pkg)
o/$(MODE)/libc/tinymath/powfin.o: \
o/$(MODE)/libc/tinymath/cpow.o \
o/$(MODE)/libc/tinymath/cpowf.o \
o/$(MODE)/libc/tinymath/cpowl.o \
o/$(MODE)/libc/tinymath/powfin.o : \
OVERRIDE_CFLAGS += \
-ffast-math