This is an archive of the discontinued LLVM Phabricator instance.

[libc] optimize bzero/memset for x86
ClosedPublic

Authored by gchatelet on Jul 22 2021, 8:01 AM.

Details

Summary

This is simpy using the x86 optimized elements when targetting x86 cpus.

Diff Detail

Event Timeline

gchatelet created this revision.Jul 22 2021, 8:01 AM
gchatelet requested review of this revision.Jul 22 2021, 8:01 AM
gchatelet accepted this revision.Jul 23 2021, 5:18 AM

I'll go ahead and submit this

This revision is now accepted and ready to land.Jul 23 2021, 5:18 AM
This revision was automatically updated to reflect the committed changes.

I'll go ahead and submit this

Thanks!