MCPcopy 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
39bool bit(unsigned x, unsigned y) {
40 return (x >> y) & 1;
41}
42
43MEGDNN_ATTRIBUTE_TARGET("sse")
44void transpose4x4_sse(const float* src, float* dst, ptrdiff_t lda, ptrdiff_t ldb) {

Callers 4

feature_detect_avx2Function · 0.85
feature_detect_vnniFunction · 0.85
feature_detect_avx_fmaFunction · 0.85
is_supportedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected