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