aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/clo16.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/clo16.h')
-rw-r--r--riscv/insns/clo16.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/clo16.h b/riscv/insns/clo16.h
index cc714ac..9da6599 100644
--- a/riscv/insns/clo16.h
+++ b/riscv/insns/clo16.h
@@ -8,4 +8,4 @@ P_ONE_LOOP(16, {
if ((ps1 & 0xC000) == 0) { pd += 2; ps1 <<= 2; }
if ((ps1 & 0x8000) == 0) { pd += 1; }
}
-}) \ No newline at end of file
+})