Skip to content

Commit e564022

Browse files
committed
Declare __lzcnt* as Windows built-in
This avoids warnings about missing declarations.
1 parent 291c973 commit e564022

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ansi-c/windows_builtin_headers.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
int __assume(int);
2+
unsigned short __lzcnt16(unsigned short value);
3+
unsigned int __lzcnt(unsigned int value);
4+
unsigned __int64 __lzcnt64(unsigned __int64 value);

0 commit comments

Comments
 (0)