This is an archive of the discontinued LLVM Phabricator instance.

clang: Add __builtin_elementwise_round
ClosedPublic

Authored by arsenm on Feb 25 2023, 4:44 PM.

Diff Detail

Event Timeline

arsenm created this revision.Feb 25 2023, 4:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 25 2023, 4:44 PM
Herald added a subscriber: StephenFan. · View Herald Transcript
arsenm requested review of this revision.Feb 25 2023, 4:44 PM
python3kgae added inline comments.Feb 26 2023, 8:23 PM
clang/docs/LanguageExtensions.rst
648

Lost alignment, need more spaces before the 'round x ...'

649

Is this still true for round?

Should the addition of this builtin be mentioned in clang\docs\ReleaseNotes.rst?

Yep! this does need a release note.

arsenm updated this revision to Diff 532481.Jun 18 2023, 10:43 AM
arsenm edited the summary of this revision. (Show Details)
arsenm marked 2 inline comments as done.

Fix description and add release notes

arsenm added inline comments.
clang/docs/LanguageExtensions.rst
649

No, I got the two crossed. I also need to add elementwise_rint

This revision is now accepted and ready to land.Jun 19 2023, 8:29 AM