about summary refs log tree commit diff
path: root/sysdeps/aarch64/fpu/sin_sve.c
Commit message (Collapse)AuthorAgeFilesLines
* aarch64: Add vector implementations of sin routinesJoe Ramsay2023-06-301-0/+97
Optimised implementations for single and double precision, Advanced SIMD and SVE, copied from Arm Optimized Routines. As previously, data tables are used via a barrier to prevent overly aggressive constant inlining. Special-case handlers are marked NOINLINE to avoid incurring the penalty of switching call standards unnecessarily. Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>