aarch64: Optimize SVE cos & cosf
commit9180160e0898f23b06fbd88af9c3c840e791169a
authorJoe Ramsay <Joe.Ramsay@arm.com>
Wed, 4 Oct 2023 09:37:50 +0000 (4 10:37 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 5 Oct 2023 15:53:38 +0000 (5 16:53 +0100)
tree4a7b919470edc9b9b5baccbe0a06d4ca863ca09e
parent8014d1e8321eec40294345d0e855476ea36f5ff6
aarch64: Optimize SVE cos & cosf

Saves a mov by ensuring return value does not need to be moved out of
the way before special-case branch. Also change to use overloaded
intrinsics.
sysdeps/aarch64/fpu/cos_sve.c
sysdeps/aarch64/fpu/cosf_sve.c