This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by gchatelet on Jul 13 2023, 3:59 AM.

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 13 2023, 3:59 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 13 2023, 3:59 AM
gchatelet requested review of this revision.Jul 13 2023, 3:59 AM
courbet accepted this revision.Jul 17 2023, 12:02 AM
courbet added inline comments.
libc/src/string/memory_utils/aarch64/memset_implementations.h
49

This might warrant a comment.

This revision is now accepted and ready to land.Jul 17 2023, 12:02 AM
This revision was automatically updated to reflect the committed changes.