Home
last modified time | relevance | path

Searched refs:sve (Results 1 – 8 of 8) sorted by relevance

/sysdeps/aarch64/multiarch/
A Dinit-arch.h37 bool __attribute__((unused)) sve = \
38 GLRO(dl_aarch64_cpu_features).sve;
A Difunc-impl-list.c47 IFUNC_IMPL_ADD (array, i, memcpy, sve, __memcpy_a64fx) in __libc_ifunc_impl_list()
56 IFUNC_IMPL_ADD (array, i, memmove, sve, __memmove_a64fx) in __libc_ifunc_impl_list()
66 IFUNC_IMPL_ADD (array, i, memset, sve, __memset_a64fx) in __libc_ifunc_impl_list()
A Dmemset_a64fx.S39 .arch armv8.2-a+sve
A Dmemcpy_a64fx.S46 .arch armv8.2-a+sve
/sysdeps/unix/sysv/linux/aarch64/
A Dcpu-features.c122 cpu_features->sve = GLRO (dl_hwcap) & HWCAP_SVE; in init_cpu_features()
A Dcpu-features.h78 bool sve; member
/sysdeps/aarch64/
A Dconfigure.ac94 # Check if asm support armv8.2-a+sve
99 if AC_TRY_COMMAND(${CC-cc} -c -march=armv8.2-a+sve conftest.s 1>&AS_MESSAGE_LOG_FD); then
A Dconfigure308 # Check if asm support armv8.2-a+sve
317 if { ac_try='${CC-cc} -c -march=armv8.2-a+sve conftest.s 1>&5'

Completed in 6 milliseconds