This patch implements the function prototypes vec_mulh and vec_dive in order to utilize
the vector multiply high (vmulh[s|u][w|d]) and vector divide extended (vdive[s|u][w|d])
instructions introduced in Power10.
Depends on D82576.
Differential D82609
[PowerPC] Implement Vector Multiply High/Divide Extended Builtins in LLVM/Clang amyk on Jun 25 2020, 4:12 PM. Authored by
Details
This patch implements the function prototypes vec_mulh and vec_dive in order to utilize Depends on D82576.
Diff Detail
Event Timeline
Comment Actions Addressed the following comments:
|