make sin and cos generics inlineable
commitdb36e78ca183563fe72aee0f26bb3bead6898556
authorAlexandre Oliva <oliva@adacore.com>
Mon, 12 Oct 2020 21:55:37 +0000 (12 18:55 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Mon, 12 Oct 2020 21:55:37 +0000 (12 18:55 -0300)
tree4f29ba7cc6bf9db93ce7c1159c0dd80cc40fb149
parent6f0a4ae1274cc41ee9d9a142af5e51e416a2c08d
make sin and cos generics inlineable

Enable the sincos optimization within callers of these
(single-argument) elementary functions.

for  gcc/ada/ChangeLog

* libgnat/a-ngelfu.ads (Sin, Cos): Make the single-argument
functions inline.
gcc/ada/libgnat/a-ngelfu.ads