We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b555d commit 81bfe07Copy full SHA for 81bfe07
numeric_types/half.hpp
@@ -7,7 +7,7 @@
7
#include <cstdint>
8
#include <cstdio>
9
10
-// A simple function that counts leading zeros in a 16-bit number.
+// Counts leading zeros in a 16-bit number.
11
static inline uint16_t half_clz16(uint16_t value) {
12
uint16_t count = 0;
13
// Start at the highest bit (0x8000)
0 commit comments