-
A simple note for reading glibc memcmp asm code
-
A new version of memcmp which add a fourth parameter to return the first memory addr that diff.
Put two file in same dir, compile with command
gcc -ggdb -o memcmpGlibcASMTester memcmpGlibcASMTester.c memcmp-avx2-addr.S
run with
./memcmpGlibcASM
Tested with all zeros.