Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DLTcollab/sse2neon
/ create
Method
create
tests/impl.cpp:13517–13521 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13515
}
13516
13517
SSE2NEONTest *SSE2NEONTest::create(void)
13518
{
13519
SSE2NEONTestImpl *st = new SSE2NEONTestImpl;
13520
return static_cast<SSE2NEONTest *>(st);
13521
}
13522
13523
} // namespace SSE2NEON
Callers
1
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected