mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-27 03:43:37 +08:00
9c7c712240
This marks the math functions cos, fabs, atan and floor as DATA in ntdll to mirror the behavior of the 32bit definitions. This makes the behavior of the two consistent in that it forces to have mingwex before ntdll in order to use these functions so you can get the mingwex provided one. It also makes it so you don't unknownly get the ntdll ones which may have a different precision than what you'd expect. Signed-off-by: Tamar Christina <tamar@zhox.com>
4 lines
99 B
Plaintext
4 lines
99 B
Plaintext
2017-03-21 Tamar Christina <tamar@zhox.com>
|
|
|
|
* ntdll.def (atan, cos, fabs, floor): Mark as DATA.
|