Skip to content
GitLab
Explore
Sign in
Register
attributes: Don't try to use _BitScanReverse64 on MSVC/ARM
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
attributes: Don't try to use _BitScanReverse64 on MSVC/ARM
Martin Storsjö
requested to merge
mstorsjo/dav1d:msvc-arm-clzll
into
master
Oct 19, 2018
Overview
1
Commits
1
Pipelines
1
Changes
1
Despite what MSDN says, this intrinsic doesn't exist for ARM, only for ARM64.
Merge request reports
Loading