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