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>