haiku/src/system
Adrien Destugues 230ade3026 x86_64: use a working implementation of atan2
The "generic" files are actually not generic at all. They were
imported for the PowerPC port and assume a matching format for float.
However, x86 uses a different format as the values are stored with 80
bit precision in the FPU. Therefore the generic implementation is
not appropriate whenever it does bit manipulations.

The glibc implementation uses the same sourcecode as the x86 version
for atan2, and there is no reason for us not to do the same.

Should fix #14933

Change-Id: I9addcfdf8b0f980c8842480885b59c0133866756
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2067
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
2020-01-03 08:29:51 +00:00
..
boot boot_loader: Add an error message to the "Continue booting" item. 2019-12-30 19:07:21 -05:00
glue glue: Add code for ARM64 2019-10-09 01:01:51 +00:00
kernel ppc: Minor tweaks to get the arch compile again (WIP) 2019-12-04 18:34:31 +00:00
ldscripts elf2aout: import from FreeBSD 2019-07-13 01:29:05 +00:00
libnetwork netresolv: enable weak symbols 2019-11-24 15:08:18 +00:00
libroot x86_64: use a working implementation of atan2 2020-01-03 08:29:51 +00:00
runtime_loader runtime_loader: fix crash because of missing initialization 2019-12-07 16:05:11 +01:00
Jamfile libnetwork: Move from src/kits to src/system. 2018-11-25 17:49:00 +00:00