mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-06 01:21:08 +00:00
3bb1af2051
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>
13 lines
179 B
Plaintext
13 lines
179 B
Plaintext
libmvec {
|
|
GLIBC_2.38 {
|
|
_ZGVnN2v_cos;
|
|
_ZGVnN2v_sin;
|
|
_ZGVnN4v_cosf;
|
|
_ZGVnN4v_sinf;
|
|
_ZGVsMxv_cos;
|
|
_ZGVsMxv_cosf;
|
|
_ZGVsMxv_sin;
|
|
_ZGVsMxv_sinf;
|
|
}
|
|
}
|