aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/smalds.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/smalds.h')
-rw-r--r--riscv/insns/smalds.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/riscv/insns/smalds.h b/riscv/insns/smalds.h
deleted file mode 100644
index e3cfbd7..0000000
--- a/riscv/insns/smalds.h
+++ /dev/null
@@ -1,7 +0,0 @@
-P_64_PROFILE_REDUCTION(16, {
- if (i & 1) {
- rd += ps1 * ps2;
- } else {
- rd -= ps1 * ps2;
- }
-})