]> xenbits.xensource.com Git - unikraft/libs/newlib.git/commit
sincosl.c: Import from musl
authorVlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@stud.acs.upb.ro>
Wed, 8 Jan 2020 14:17:32 +0000 (14:17 +0000)
committerFelipe Huici <felipe.huici@neclab.eu>
Wed, 8 Jan 2020 14:29:28 +0000 (15:29 +0100)
commit556819336cb66c5a40a33fe1c66a4fb8b355722a
tree4ffee096bcb6219fd0563d3fb84170995ec50e3e
parent59eb3e5a44e8fb4b082957f336c0cb0284ef7793
sincosl.c: Import from musl

Copied as is from the official musl git mirror
git://git.musl-libc.org/musl, commit 6fcb440d.

We only keep the non optimized definition since
all the long double math functions from newlib
are wrappers over double.

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
Makefile.uk
musl-imported/src/math/sincosl.c [new file with mode: 0644]