aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/kmmawt_u.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/kmmawt_u.h')
-rw-r--r--riscv/insns/kmmawt_u.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/riscv/insns/kmmawt_u.h b/riscv/insns/kmmawt_u.h
deleted file mode 100644
index 74d8fd0..0000000
--- a/riscv/insns/kmmawt_u.h
+++ /dev/null
@@ -1,8 +0,0 @@
-require_vector_vs;
-P_LOOP(32, {
- int64_t mres = (int64_t)ps1 * P_SH(ps2, 1);
- int32_t round = (((mres >> 15) + 1) >> 1);
- bool sat = false;
- pd = (sat_add<int32_t, uint32_t>(pd, round, sat));
- P_SET_OV(sat);
-})