Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
ce95d9ca
Unverified
Commit
ce95d9ca
authored
Jun 06, 2020
by
Nikita Titov
Committed by
GitHub
Jun 06, 2020
Browse files
fix error C3861: '_BitScanReverse': identifier not found (#3141)
parent
ac5f5e56
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
include/LightGBM/utils/common.h
include/LightGBM/utils/common.h
+5
-0
No files found.
include/LightGBM/utils/common.h
View file @
ce95d9ca
...
...
@@ -26,6 +26,11 @@
#include <utility>
#include <vector>
#ifdef _MSC_VER
#include <intrin.h>
#pragma intrinsic(_BitScanReverse)
#endif
#if defined(_MSC_VER)
#include <malloc.h>
#elif MM_MALLOC
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment