..
bits
aarch64: Add SIMD attributes to math functions with vector versions
2023-12-20 08:41:25 +00:00
finclude
aarch64: Add SIMD attributes to math functions with vector versions
2023-12-20 08:41:25 +00:00
scripts
aarch64: Fix libmvec benchmarks
2023-11-22 09:10:43 +00:00
acos_advsimd.c
aarch64: Add vector implementations of acos routines
2023-11-10 17:07:42 +00:00
acos_sve.c
aarch64: Add vector implementations of acos routines
2023-11-10 17:07:42 +00:00
acosf_advsimd.c
aarch64: Add half-width versions of AdvSIMD f32 libmvec routines
2023-12-20 08:41:25 +00:00
acosf_sve.c
aarch64: Add vector implementations of acos routines
2023-11-10 17:07:42 +00:00
advsimd_f32_protos.h
aarch64: Add half-width versions of AdvSIMD f32 libmvec routines
2023-12-20 08:41:25 +00:00
asin_advsimd.c
aarch64: Add vector implementations of asin routines
2023-11-10 17:07:42 +00:00
asin_sve.c
aarch64: Add vector implementations of asin routines
2023-11-10 17:07:42 +00:00
asinf_advsimd.c
aarch64: Add half-width versions of AdvSIMD f32 libmvec routines
2023-12-20 08:41:25 +00:00
asinf_sve.c
aarch64: Add vector implementations of asin routines
2023-11-10 17:07:42 +00:00
atan2_advsimd.c
aarch64: Add vector implementations of atan2 routines
2023-11-10 17:07:43 +00:00
atan2_sve.c
aarch64: Add vector implementations of atan2 routines
2023-11-10 17:07:43 +00:00
atan2f_advsimd.c
aarch64: Add half-width versions of AdvSIMD f32 libmvec routines
2023-12-20 08:41:25 +00:00
atan2f_sve.c
aarch64: Add vector implementations of atan2 routines
2023-11-10 17:07:43 +00:00
atan_advsimd.c
aarch64: Add vector implementations of atan routines
2023-11-10 17:07:42 +00:00
atan_sve.c
aarch64: Add vector implementations of atan routines
2023-11-10 17:07:42 +00:00
atanf_advsimd.c
aarch64: Add half-width versions of AdvSIMD f32 libmvec routines
2023-12-20 08:41:25 +00:00
atanf_sve.c
aarch64: Add vector implementations of atan routines
2023-11-10 17:07:42 +00:00
bench-libmvec-arch.h
Enable libmvec support for AArch64
2023-05-03 12:09:49 +01:00
cos_advsimd.c
aarch64: Add vector implementations of cos routines
2023-06-30 09:04:10 +01:00
cos_sve.c
aarch64: Optimize SVE cos & cosf
2023-10-05 16:53:38 +01:00
cosf_advsimd.c
aarch64: Add half-width versions of AdvSIMD f32 libmvec routines
2023-12-20 08:41:25 +00:00
cosf_sve.c
aarch64: Optimize SVE cos & cosf
2023-10-05 16:53:38 +01:00
exp2_advsimd.c
aarch64: Add vector implementations of exp2 routines
2023-10-23 15:00:45 +01:00
exp2_sve.c
aarch64: Add vector implementations of exp2 routines
2023-10-23 15:00:45 +01:00
exp2f_advsimd.c
aarch64: Add half-width versions of AdvSIMD f32 libmvec routines
2023-12-20 08:41:25 +00:00
exp2f_sve.c
aarch64: Add vector implementations of exp2 routines
2023-10-23 15:00:45 +01:00
exp10_advsimd.c
aarch64: Add vector implementations of exp10 routines
2023-10-23 15:00:45 +01:00
exp10_sve.c
aarch64: Add vector implementations of exp10 routines
2023-10-23 15:00:45 +01:00
exp10f_advsimd.c
aarch64: Add half-width versions of AdvSIMD f32 libmvec routines
2023-12-20 08:41:25 +00:00
exp10f_sve.c
aarch64: Add vector implementations of exp10 routines
2023-10-23 15:00:45 +01:00
exp_advsimd.c
aarch64: Add vector implementations of exp routines
2023-06-30 09:04:26 +01:00
exp_sve.c
aarch64: Cosmetic change in SVE exp routines
2023-10-05 16:54:00 +01:00
expf_advsimd.c
aarch64: Add half-width versions of AdvSIMD f32 libmvec routines
2023-12-20 08:41:25 +00:00
expf_sve.c
aarch64: Cosmetic change in SVE exp routines
2023-10-05 16:54:00 +01:00
expm1_advsimd.c
aarch64: Add vector implementations of expm1 routines
2023-11-20 17:53:14 +00:00
expm1_sve.c
aarch64: Add vector implementations of expm1 routines
2023-11-20 17:53:14 +00:00
expm1f_advsimd.c
aarch64: Add half-width versions of AdvSIMD f32 libmvec routines
2023-12-20 08:41:25 +00:00
expm1f_sve.c
aarch64: Add vector implementations of expm1 routines
2023-11-20 17:53:14 +00:00
fclrexcpt.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
fedisblxcpt.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
feenablxcpt.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
fegetenv.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
fegetexcept.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
fegetmode.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
fegetround.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
feholdexcpt.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
fenv_private.h
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
fesetenv.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
fesetexcept.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
fesetmode.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
fesetround.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
feupdateenv.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
fgetexcptflg.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
fpu_control.h
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
fraiseexcpt.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
fsetexcptflg.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
ftestexcept.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
get-rounding-mode.h
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
log1p_advsimd.c
aarch64: Add vector implementations of log1p routines
2023-11-10 17:07:43 +00:00
log1p_sve.c
aarch64: Add vector implementations of log1p routines
2023-11-10 17:07:43 +00:00
log1pf_advsimd.c
aarch64: Add half-width versions of AdvSIMD f32 libmvec routines
2023-12-20 08:41:25 +00:00
log1pf_sve.c
aarch64: Add vector implementations of log1p routines
2023-11-10 17:07:43 +00:00
log2_advsimd.c
aarch64: Add vector implementations of log2 routines
2023-10-23 15:00:45 +01:00
log2_sve.c
aarch64: Add vector implementations of log2 routines
2023-10-23 15:00:45 +01:00
log2f_advsimd.c
aarch64: Add half-width versions of AdvSIMD f32 libmvec routines
2023-12-20 08:41:25 +00:00
log2f_sve.c
aarch64: Add vector implementations of log2 routines
2023-10-23 15:00:45 +01:00
log10_advsimd.c
aarch64: Add vector implementations of log10 routines
2023-10-23 15:00:45 +01:00
log10_sve.c
aarch64: Add vector implementations of log10 routines
2023-10-23 15:00:45 +01:00
log10f_advsimd.c
aarch64: Add half-width versions of AdvSIMD f32 libmvec routines
2023-12-20 08:41:25 +00:00
log10f_sve.c
aarch64: Add vector implementations of log10 routines
2023-10-23 15:00:45 +01:00
log_advsimd.c
aarch64: Optimise vecmath logs
2023-10-05 16:54:16 +01:00
log_sve.c
aarch64: Optimise vecmath logs
2023-10-05 16:54:16 +01:00
logf_advsimd.c
aarch64: Add half-width versions of AdvSIMD f32 libmvec routines
2023-12-20 08:41:25 +00:00
logf_sve.c
aarch64: Optimise vecmath logs
2023-10-05 16:54:16 +01:00
Makefile
aarch64: Add vector implementations of expm1 routines
2023-11-20 17:53:14 +00:00
math_private.h
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
math-barriers.h
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
math-tests-arch.h
Enable libmvec support for AArch64
2023-05-03 12:09:49 +01:00
math-use-builtins-ceil.h
math: Decompose math-use-builtins.h
2020-06-22 11:09:45 -03:00
math-use-builtins-floor.h
math: Decompose math-use-builtins.h
2020-06-22 11:09:45 -03:00
math-use-builtins-fma.h
math: Decompose math-use-builtins.h
2020-06-22 11:09:45 -03:00
math-use-builtins-fmax.h
aarch64: Add math-use-builtins-f{max,min}.h
2021-12-13 10:08:46 -03:00
math-use-builtins-fmin.h
aarch64: Add math-use-builtins-f{max,min}.h
2021-12-13 10:08:46 -03:00
math-use-builtins-nearbyint.h
math: Decompose math-use-builtins.h
2020-06-22 11:09:45 -03:00
math-use-builtins-rint.h
math: Decompose math-use-builtins.h
2020-06-22 11:09:45 -03:00
math-use-builtins-round.h
math: Decompose math-use-builtins.h
2020-06-22 11:09:45 -03:00
math-use-builtins-sqrt.h
math: Decompose math-use-builtins.h
2020-06-22 11:09:45 -03:00
math-use-builtins-trunc.h
math: Decompose math-use-builtins.h
2020-06-22 11:09:45 -03:00
poly_advsimd_f32.h
aarch64: Add vector implementations of tan routines
2023-10-23 15:00:44 +01:00
poly_advsimd_f64.h
aarch64: Add vector implementations of tan routines
2023-10-23 15:00:44 +01:00
poly_generic.h
aarch64: Add vector implementations of tan routines
2023-10-23 15:00:44 +01:00
poly_sve_f32.h
aarch64: Add vector implementations of tan routines
2023-10-23 15:00:44 +01:00
poly_sve_f64.h
aarch64: Add vector implementations of tan routines
2023-10-23 15:00:44 +01:00
poly_sve_generic.h
aarch64: Add vector implementations of tan routines
2023-10-23 15:00:44 +01:00
s_llrint.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
s_llrintf.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
s_llround.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
s_llroundf.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
s_lrint.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
s_lrintf.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
s_lround.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
s_lroundf.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
s_roundeven.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
s_roundevenf.c
Update copyright dates with scripts/update-copyrights
2023-01-06 21:14:39 +00:00
sin_advsimd.c
aarch64: Improve vecmath sin routines
2023-10-05 16:53:06 +01:00
sin_sve.c
aarch64: Improve vecmath sin routines
2023-10-05 16:53:06 +01:00
sinf_advsimd.c
aarch64: Add half-width versions of AdvSIMD f32 libmvec routines
2023-12-20 08:41:25 +00:00
sinf_sve.c
aarch64: Improve vecmath sin routines
2023-10-05 16:53:06 +01:00
sv_math.h
aarch64: Add vector implementations of cos routines
2023-06-30 09:04:10 +01:00
tan_advsimd.c
aarch64: Add vector implementations of tan routines
2023-10-23 15:00:44 +01:00
tan_sve.c
aarch64: Add vector implementations of tan routines
2023-10-23 15:00:44 +01:00
tanf_advsimd.c
aarch64: Add half-width versions of AdvSIMD f32 libmvec routines
2023-12-20 08:41:25 +00:00
tanf_sve.c
aarch64: Add vector implementations of tan routines
2023-10-23 15:00:44 +01:00
test-double-advsimd-wrappers.c
aarch64: Add vector implementations of expm1 routines
2023-11-20 17:53:14 +00:00
test-double-advsimd.h
Enable libmvec support for AArch64
2023-05-03 12:09:49 +01:00
test-double-sve-wrappers.c
aarch64: Add vector implementations of expm1 routines
2023-11-20 17:53:14 +00:00
test-double-sve.h
Enable libmvec support for AArch64
2023-05-03 12:09:49 +01:00
test-float-advsimd-wrappers.c
aarch64: Add vector implementations of expm1 routines
2023-11-20 17:53:14 +00:00
test-float-advsimd.h
Enable libmvec support for AArch64
2023-05-03 12:09:49 +01:00
test-float-sve-wrappers.c
aarch64: Add vector implementations of expm1 routines
2023-11-20 17:53:14 +00:00
test-float-sve.h
Enable libmvec support for AArch64
2023-05-03 12:09:49 +01:00
test-vpcs-vector-wrapper.h
aarch64: Add vector implementations of atan2 routines
2023-11-10 17:07:43 +00:00
v_exp_data.c
aarch64: Add vector implementations of exp routines
2023-06-30 09:04:26 +01:00
v_log2_data.c
aarch64: Add vector implementations of log2 routines
2023-10-23 15:00:45 +01:00
v_log10_data.c
aarch64: Add vector implementations of log10 routines
2023-10-23 15:00:45 +01:00
v_log_data.c
aarch64: Optimise vecmath logs
2023-10-05 16:54:16 +01:00
v_math.h
aarch64: Add half-width versions of AdvSIMD f32 libmvec routines
2023-12-20 08:41:25 +00:00
vecmath_config.h
aarch64: Add vector implementations of atan2 routines
2023-11-10 17:07:43 +00:00
Versions
aarch64: Add half-width versions of AdvSIMD f32 libmvec routines
2023-12-20 08:41:25 +00:00