aarch64: add HWCAP_ flags from linux v4.17
[musl] / src / string / arm / memcpy.c
1 #if __ARMEB__ || __thumb__
2 #include "../memcpy.c"
3 #endif