aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/sra8_u.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/sra8_u.h')
-rw-r--r--riscv/insns/sra8_u.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/sra8_u.h b/riscv/insns/sra8_u.h
index 7061fc4..1f47623 100644
--- a/riscv/insns/sra8_u.h
+++ b/riscv/insns/sra8_u.h
@@ -1,5 +1,5 @@
P_X_LOOP(8, 3, {
- if(sa > 0)
+ if (sa > 0)
pd = ((ps1 >> (sa - 1)) + 1) >> 1;
else
pd = ps1;