Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ M128AllEqual
Function
M128AllEqual
tensorflow/core/framework/variant_test.cc:249–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
};
248
249
bool M128AllEqual(const __m128& a, const __m128& b) {
250
return _mm_movemask_ps(_mm_cmpeq_ps(a, b)) == 0xf;
251
}
252
253
TEST(VariantTest, NotAlignable) {
254
Variant x;
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected