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 291c973 commit e564022Copy full SHA for e564022
src/ansi-c/windows_builtin_headers.h
@@ -1 +1,4 @@
1
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