aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exit.c
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@adacore.com>2020-10-22 08:54:16 -0300
committerAlexandre Oliva <oliva@gnu.org>2020-10-22 08:54:16 -0300
commit4f48f31bbfc10697296ff004a92614d9249ca784 (patch)
tree2bdc67394f635e0ed2be1e87c283a9f0e2253191 /gcc/ada/exit.c
parent3d423c6f6a69d87ad52ba3af75f3debd8a8b8810 (diff)
downloadgcc-4f48f31bbfc10697296ff004a92614d9249ca784.zip
gcc-4f48f31bbfc10697296ff004a92614d9249ca784.tar.gz
gcc-4f48f31bbfc10697296ff004a92614d9249ca784.tar.bz2
enable sincos optimization on mingw-w64
The sincos transformation does not take place on all platforms, because the libc_has_function target hook disables it by default. Current mingw-w64's math library supports sincos, sincosl and sincosf, in 32- and 64-bit modes. I suppose this has been this way for long. This patch enables the sincos optimization on this platform. for gcc/ChangeLog * config/i386/mingw-w64.h (TARGET_LIBC_HAS_FUNCTION): Enable sincos optimization.
Diffstat (limited to 'gcc/ada/exit.c')
0 files changed, 0 insertions, 0 deletions