aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/urcrsa16.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/urcrsa16.h')
-rw-r--r--riscv/insns/urcrsa16.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/urcrsa16.h b/riscv/insns/urcrsa16.h
index 65fe17b..a890990 100644
--- a/riscv/insns/urcrsa16.h
+++ b/riscv/insns/urcrsa16.h
@@ -2,4 +2,4 @@ P_CROSS_ULOOP(16, {
pd = (ps1 - ps2) >> 1;
}, {
pd = (ps1 + ps2) >> 1;
-}) \ No newline at end of file
+})