aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/clz32.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/clz32.h')
-rw-r--r--riscv/insns/clz32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/clz32.h b/riscv/insns/clz32.h
index 0c36cd2..2268646 100644
--- a/riscv/insns/clz32.h
+++ b/riscv/insns/clz32.h
@@ -8,4 +8,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
+})