Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VcDevel/std-simd
/ fooLib2
Function
fooLib2
tests/linkTestLib2.cpp:4–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
using namespace std::experimental::parallelism_v2;
4
native_simd<float> fooLib2(const native_simd<float> &a)
5
{
6
const native_simd<float> b = min(a, native_simd<float>(1));
7
return b;
8
}
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected