aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/kmmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/kmmac.h')
-rw-r--r--riscv/insns/kmmac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/kmmac.h b/riscv/insns/kmmac.h
index 124771a..dccedf0 100644
--- a/riscv/insns/kmmac.h
+++ b/riscv/insns/kmmac.h
@@ -3,4 +3,4 @@ P_LOOP(32, {
bool sat = false;
pd = (sat_add<int32_t, uint32_t>(pd, (mres >> 32), sat));
P_SET_OV(sat);
-}) \ No newline at end of file
+})