This is an archive of the discontinued LLVM Phabricator instance.

[libc][NFC] Split memmove implementations per platform
ClosedPublic

Authored by gchatelet on Jul 17 2023, 2:23 PM.

Details

Summary

This is a follow up on D154800 and D154770 to make the code structure more principled and avoid too many nested #ifdef/#endif.

Diff Detail

Event Timeline

gchatelet created this revision.Jul 17 2023, 2:23 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 17 2023, 2:23 PM
gchatelet requested review of this revision.Jul 17 2023, 2:23 PM
gchatelet updated this revision to Diff 541237.Jul 17 2023, 2:36 PM
  • riscv does not have an optimzed memmove yet
courbet accepted this revision.Jul 18 2023, 4:29 AM
This revision is now accepted and ready to land.Jul 18 2023, 4:29 AM
This revision was automatically updated to reflect the committed changes.