aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/kwmmul.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/kwmmul.h')
-rw-r--r--riscv/insns/kwmmul.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/kwmmul.h b/riscv/insns/kwmmul.h
index b0ab8d4..ca654f2 100644
--- a/riscv/insns/kwmmul.h
+++ b/riscv/insns/kwmmul.h
@@ -1,6 +1,6 @@
require_vector_vs;
P_LOOP(32, {
- if((INT32_MIN != ps1) | (INT32_MIN != ps2)) {
+ if ((INT32_MIN != ps1) | (INT32_MIN != ps2)) {
int64_t mres = ((int64_t) ps1 * (int64_t) ps2) << 1;
pd = mres >> 32;
} else {