This patch adds 2 more PowerPC vector intrinsics
vec_cvspbf16
vec_cvbf16spn
These two are for Power10 only. The checking code along with other similar vector or mma intrinsics will be in a separate patch.
Differential D156243
[flang] Add two more PowerPC vector intrinsics DanielCChen on Jul 25 2023, 8:14 AM. Authored by
Details This patch adds 2 more PowerPC vector intrinsics vec_cvspbf16 These two are for Power10 only. The checking code along with other similar vector or mma intrinsics will be in a separate patch.
Diff Detail
Event TimelineComment Actions Can you prioritise the checking code? The in-tree flang intrinsics may crash on my fictitious PowerPC Apple and your Power 9. Comment Actions I see. Since this patch seems small enough, I will include the checking code with this patch.
Comment Actions To address review comments.
Comment Actions Remove check for mma intrinsics from this patch. It will be added back in with the MMA intrinsic patch.
Comment Actions To remove the pwr10 check as we plan to do it as target feature checking as in clang. |
missing elemental