MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / BSF

Function BSF

src/tests/gtest_main.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40#if defined( _WIN64 )
41void inline BSF( unsigned long* index, size_t& mask )
42{
43 _BitScanForward64( index, mask );
44}
45#else
46void inline BSF( unsigned long* index, size_t& mask )
47{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected