[cfe-dev] RFC: Add New Set of Vector Math Builtins
Florian Hahn via cfe-dev
cfe-dev at lists.llvm.org
Thu Oct 21 11:37:18 PDT 2021
The patch to describe the vector builtins has gone through a number of iterations now to iron out some details and issues with wording: https://reviews.llvm.org/D111529.
I am planning on moving ahead with landing the patches next week. If you have any additional thoughts or concerns, please let me know.
I also put up patches to implement a few of the proposed builtins already
• Elementwise min/max: https://reviews.llvm.org/D111985
• Elementwise abs: https://reviews.llvm.org/D111986
• min/max reduction: https://reviews.llvm.org/D112001
Cheers,
Florian
More information about the cfe-dev
mailing list