We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa68d7d commit 99a026cCopy full SHA for 99a026c
include/SDL3/SDL_bits.h
@@ -48,8 +48,7 @@ extern __inline int _SDL_bsr_watcom(Uint32);
48
/**
49
* Get the index of the most significant (set) bit in a 32-bit number.
50
*
51
- * Result is undefined when called with 0. This operation can also be stated
52
- * as "count leading zeroes" and "log base 2".
+ * This operation can also be stated as "count leading zeroes" and "log base 2".
53
54
* Note that this is a forced-inline function in a header, and not a public
55
* API function available in the SDL library (which is to say, the code is
0 commit comments