Skip to content

Commit

Permalink
[LLVM][XTHeadVector] Implement intrinsics for vsmul.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanyi22333 committed Mar 7, 2024
1 parent eca40db commit b75996e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions llvm/include/llvm/IR/IntrinsicsRISCVXTHeadV.td
Original file line number Diff line number Diff line change
Expand Up @@ -793,4 +793,8 @@ let TargetPrefix = "riscv" in {
let ScalarOperand = 1;
let VLOperand = 2;
}

// 13.3. Vector Single-Width Fractional Multiply with Rounding and Saturation Instructions
defm th_vsmul : XVBinaryABX;

} // TargetPrefix = "riscv"

0 comments on commit b75996e

Please sign in to comment.