This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add an optimized version for memcmp
ClosedPublic

Authored by gchatelet on Aug 19 2021, 1:59 PM.

Diff Detail

Event Timeline

gchatelet created this revision.Aug 19 2021, 1:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 19 2021, 1:59 PM
gchatelet requested review of this revision.Aug 19 2021, 1:59 PM
gchatelet updated this revision to Diff 367623.Aug 19 2021, 2:42 PM
  • Add missing newline at EOF
  • Remove unaligned loop for size<384
sivachandra accepted this revision.Aug 19 2021, 9:09 PM
This revision is now accepted and ready to land.Aug 19 2021, 9:09 PM
This revision was automatically updated to reflect the committed changes.