Actions
Task #6746
closedFix OpenBSDs libm
Start date:
05/31/2019
Due date:
06/02/2019
% Done:
30%
Estimated time:
90.00 h
PM Check date:
Description
FreeBSD has some msun tests that currently are not passing on OpenBSD.
https://svnweb.freebsd.org/base/head/lib/msun/tests/
Mostly the complex arithmetic functions are not working.
The FreeBSD tests seem to cover all the cases mentioned in Annex G of the C standard.
Especially test everything with i386 as FreeBSD doesn't support it anymore and it has different floating point sizes in FPU and CPU.
C1X Open-Standard:
http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf
Files
Updated by Moritz Buhl over 5 years ago
5/19 tests passing
The patch for cexp and cexpf is attached, cexpl is missing in FreeBSD?
Actions
#2
Updated by Moritz Buhl over 5 years ago
- File fma.diff fma.diff added
- File csqrt.diff csqrt.diff added
- Estimated time changed from 30.00 h to 90.00 h
Updated by Moritz Buhl over 5 years ago
- File presentation.pdf presentation.pdf added
Updated by Nico Schottelius over 5 years ago
- Status changed from In Progress to Resolved
Thanks everyone for participating! It was great seeing all of you!
Updated by Nico Schottelius over 5 years ago
- Status changed from Resolved to Closed
Actions