@github-cygwin
Latest commit 40f03bb Aug 22, 2016 History
Lots of assembler files in the math subdir check for _WIN64 when they
actually mean to check for the x86_64 target CPU, rather than the target
OS.  This patch fixes it.  This helps Cygwin in the first place because
__x86_64__ is defined in both toolchains, while _WIN64 is only defined
on Mingw-w64 for x86_64.

Signed-off-by: Corinna Vinschen <vinschen@redhat.com>
2 contributors

Users who have contributed to this file

@kai1970 @github-cygwin