This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Use builtin_clz for clang on windows (
#3939
)
pull/3942/head
OetkenPurveyorOfCode
1 year ago
committed by
GitHub
parent
10e702facd
commit
f78721991f
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/external/sinfl.h
+ 1
- 1
src/external/sinfl.h
View File
@ -171,7 +171,7 @@ extern int zsinflate(void *out, int cap, const void *in, int size);
static
int
sinfl_bsr
(
unsigned
n
)
{
#
if
def _MSC_VER
#
if
defined(_MSC_VER) && !defined(__clang__)
_BitScanReverse
(
&
n
,
n
)
;
return
n
;
#
elif defined(__GNUC__) || defined(__clang__)
Write
Preview
|
|
|
|
|
|
x
0
0
0:0
Loading…
Cancel
Save