aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/khmx16.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/khmx16.h')
-rw-r--r--riscv/insns/khmx16.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/riscv/insns/khmx16.h b/riscv/insns/khmx16.h
deleted file mode 100644
index bf93462..0000000
--- a/riscv/insns/khmx16.h
+++ /dev/null
@@ -1,9 +0,0 @@
-require_vector_vs;
-P_CROSS_LOOP(16, {
- if ((ps1 != INT16_MIN) | (ps2 != INT16_MIN)) {
- pd = (ps1 * ps2) >> 15;
- } else {
- pd = INT16_MAX;
- P_SET_OV(1);
- }
-},)