Skip to content

swr: fix _BitScanForward64

xantares requested to merge (removed):swr32 into master
  • on unix _BitScanForward64 uses ctz instead of ctzll, and use utin64_t

  • on windows 32 bits, compile fails because there's no implementation of _BitScanForward64 so provide one: mingw: use same gcc intrinsic; else, (msvc) a generic implementation

Edited by xantares

Merge request reports

Loading