Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ vmul_n_f16
Function
vmul_n_f16
scripts/clang-tidy.h:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
inline float16x4_t vmul_n_f16 (float16x4_t, float16_t)
51
{
52
return vdup_n_f16(0);
53
}
54
55
inline float16x4_t vmax_f16(float16x4_t, float16x4_t)
56
{
Callers
2
a64_fp16_4x4_3x3
Function · 0.85
a64_fp16_4x4_3x3
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected