This is an archive of the discontinued LLVM Phabricator instance.

[libc] RISC-V V extension memory functions
Needs ReviewPublic

Authored by gchatelet on Jul 18 2023, 4:02 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

This is just a POC, it is not tested as I don't have access to real hardware.

Diff Detail

Event Timeline

gchatelet created this revision.Jul 18 2023, 4:02 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 18 2023, 4:02 AM
gchatelet requested review of this revision.Jul 18 2023, 4:02 AM
gchatelet updated this revision to Diff 544718.Jul 27 2023, 5:08 AM
  • Integrate vext
  • Add RISCV VEXT feature detection
gchatelet updated this revision to Diff 544725.Jul 27 2023, 5:30 AM
  • Add all memfunctions for riscv with vext
  • Ensure the subtraction is done with int instead of uint8