Files
haiku-beta6/src
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 <[email protected]>
2020-01-03 08:29:51 +00:00
..
2020-01-01 12:07:55 +01:00
2020-01-02 19:33:51 +00:00
2019-12-31 17:20:01 +01:00
2020-01-01 12:07:55 +01:00