Searched refs:sve (Results 1 – 8 of 8) sorted by relevance
| /sysdeps/aarch64/multiarch/ |
| A D | init-arch.h | 37 bool __attribute__((unused)) sve = \ 38 GLRO(dl_aarch64_cpu_features).sve;
|
| A D | ifunc-impl-list.c | 47 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 D | memset_a64fx.S | 39 .arch armv8.2-a+sve
|
| A D | memcpy_a64fx.S | 46 .arch armv8.2-a+sve
|
| /sysdeps/unix/sysv/linux/aarch64/ |
| A D | cpu-features.c | 122 cpu_features->sve = GLRO (dl_hwcap) & HWCAP_SVE; in init_cpu_features()
|
| A D | cpu-features.h | 78 bool sve; member
|
| /sysdeps/aarch64/ |
| A D | configure.ac | 94 # 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 D | configure | 308 # 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