git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
13 lines
279 B
C
13 lines
279 B
C
|
|
MEMSET_FN(memset_orig,
|
|
"x86-64-unrolled",
|
|
"unrolled memset() in arch/x86/lib/memset_64.S")
|
|
|
|
MEMSET_FN(__memset,
|
|
"x86-64-stosq",
|
|
"movsq-based memset() in arch/x86/lib/memset_64.S")
|
|
|
|
MEMSET_FN(memset_erms,
|
|
"x86-64-stosb",
|
|
"movsb-based memset() in arch/x86/lib/memset_64.S")
|