aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/kmmwt2_u.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/kmmwt2_u.h')
-rw-r--r--riscv/insns/kmmwt2_u.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/riscv/insns/kmmwt2_u.h b/riscv/insns/kmmwt2_u.h
deleted file mode 100644
index e855786..0000000
--- a/riscv/insns/kmmwt2_u.h
+++ /dev/null
@@ -1,10 +0,0 @@
-require_vector_vs;
-P_LOOP(32, {
- if ((INT32_MIN != ps1) | (INT16_MIN != P_SH(ps2, 1))) {
- int64_t mres = ((int64_t) ps1 * P_SH(ps2, 1)) << 1;
- pd = ((mres >> 15) + 1) >> 1;
- } else {
- pd = INT32_MAX;
- P_SET_OV(1);
- }
-})