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

Fixed unknown pragma warnings for _BitScanReverse. #259

Merged
merged 2 commits into from
Jan 8, 2016

Commits on Jan 6, 2016

  1. Fixed unknown pragma warnings for _BitScanReverse.

    Changed to only define the MSVC implementations for clz and clzll if the builtins are not available to avoid warnings about an unknown #pragma for "intrinsic".
    mwinterb committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    28a303d View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

  1. Don't define the MSVC clz functions unless __builtin_clzll is unavail…

    …able.
    
    This is mainly just to avoid including intrin.h unnecessarily.
    mwinterb committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    b203beb View commit details
    Browse the repository at this point in the history