Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ bit
Function
bit
dnn/src/x86/utils.cpp:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
} cpuid;
38
39
bool bit(unsigned x, unsigned y) {
40
return (x >> y) & 1;
41
}
42
43
MEGDNN_ATTRIBUTE_TARGET(
"sse"
)
44
void transpose4x4_sse(const float* src, float* dst, ptrdiff_t lda, ptrdiff_t ldb) {
Callers
4
feature_detect_avx2
Function · 0.85
feature_detect_vnni
Function · 0.85
feature_detect_avx_fma
Function · 0.85
is_supported
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected