Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emulate _BitScanForward64 on WIN32 #118

Merged
merged 1 commit into from
Feb 22, 2015
Merged

Emulate _BitScanForward64 on WIN32 #118

merged 1 commit into from
Feb 22, 2015

Conversation

CarterLi
Copy link
Contributor

Implementation used: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/support/win32/support.h?view=markup#l135
Note: __builtin_ctzll which targets -m32 does similar thing already

NOT tested due to lacking of MSVC compiler

vitaut added a commit that referenced this pull request Feb 22, 2015
Emulate _BitScanForward64 on WIN32
@vitaut vitaut merged commit 810c734 into fmtlib:master Feb 22, 2015
@vitaut
Copy link
Contributor

vitaut commented Feb 22, 2015

Merged, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants