sleef-sys 0.1.2

Rust FFI bindings to the SLEEF Vectorized Math Library
1
2
3
4
5
6
7
8
9
10
.PHONY: all
all : gencoef

gencoef : gencoef.c simplexfr.c sp.h dp.h ld.h qp.h
	gcc -O gencoef.c simplexfr.c -o gencoef -lmpfr -lm

.PHONY: clean
clean :
	rm -f gencoef gencoefdp gencoefld a.out *~
	rm -f *.obj *.lib *.dll *.exp *.exe