mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Add complex math from musl (#422)
This commit is contained in:
parent
1bce1ca2e0
commit
5d837c4e7c
52 changed files with 3667 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue