memset_mops
void *memset_mops(void *buf, int c, size_t len);
return ((elf_hwcap2 & HWCAP2_MOPS) != 0 ? memset_mops : memset_std);