String: Add __memcmpeq as build target
authorNoah Goldstein <goldstein.w.n@gmail.com>
Wed, 27 Oct 2021 00:42:59 +0000 (19:42 -0500)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Wed, 27 Oct 2021 18:03:46 +0000 (13:03 -0500)
commit3592ccd472a47ec8be977b0ff33f841f4c175caf
tree4d9205d87ff4c2cd400d2e19dddccc5bb192a393
parent11c88336e3013653d473fd58d8658d0cd30887e3
String: Add __memcmpeq as build target

No bug. This commit just adds __memcmpeq as a build target so that
implementations for __memcmpeq that are not just aliases to memcmp can
be supported.
string/Makefile
string/memcmpeq.c [new file with mode: 0644]