AArch64: Remove -0.0 check from vector sin
authorWilco Dijkstra <wilco.dijkstra@arm.com>
Tue, 19 Sep 2023 13:03:48 +0000 (14:03 +0100)
committerWilco Dijkstra <wilco.dijkstra@arm.com>
Tue, 26 Sep 2023 12:40:07 +0000 (13:40 +0100)
commit6b695e5c628734b9801fcf53149687cb4fe6926e
tree3049f67151b69c329fd21ed144253ee82e999485
parentfd134feba35fa839018965733b34d28a09a075dd
AArch64: Remove -0.0 check from vector sin

Remove the unnecessary extra checks for sin (-0.0) from vector sin/sinf,
improving performance.  Passes regress.

Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>
sysdeps/aarch64/fpu/sin_advsimd.c
sysdeps/aarch64/fpu/sinf_advsimd.c