Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VcDevel/std-simd
/ testMax
Function
testMax
tests/abi_fixed_size.cpp:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
fv<4> test4(fv<4> a) { return a; }
37
fv<8> test8(fv<8> a) { return a; }
38
fv<Max> testMax(fv<Max> a) { return a; }
39
40
int main() { return 0; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected