Skip to content

attributes: Don't try to use _BitScanReverse64 on MSVC/ARM

Martin Storsjö requested to merge mstorsjo/dav1d:msvc-arm-clzll into master

Despite what MSDN says, this intrinsic doesn't exist for ARM, only for ARM64.

Merge request reports