haiku/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 <pulkomandy@gmail.com>
2020-01-03 08:29:51 +00:00
..
add-ons bfs: add stub for ResizeVisitor. 2020-01-01 12:07:55 +01:00
apps Update Credits 2020-01-02 19:33:51 +00:00
bin gpt: Correct naming. efi_* also conflicts with some efi headers 2019-12-13 23:53:07 +00:00
build BKeymap: Add unit tests and fix issues 2019-08-20 07:49:49 +00:00
data Fix qt mark/Add TR Lira Symbol/Add non-break space 2019-12-12 07:57:40 +00:00
kits Actual build fix. 2019-12-31 17:20:01 +01:00
libs libprint: remove arbitrary limitation of allocation size 2020-01-01 10:19:19 +00:00
preferences Screen prefs: Center Workspaces Columns and Rows 2019-12-09 12:21:48 +00:00
servers debug_server: make crash dialog button default 2020-01-02 13:38:08 +00:00
system x86_64: use a working implementation of atan2 2020-01-03 08:29:51 +00:00
tests tests/kits/support/bmemoryio: Fix WriteTest 2020-01-03 03:30:35 +00:00
tools bfs: add stub for ResizeVisitor. 2020-01-01 12:07:55 +01:00
Jamfile