MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / vmaxq_f16

Function vmaxq_f16

scripts/clang-tidy.h:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170inline float16x8_t vmaxq_f16 (float16x8_t, float16x8_t)
171{
172 return vdupq_n_f16(0);
173}
174
175inline float16x8_t vminq_f16 (float16x8_t, float16x8_t)
176{

Callers 4

a64_fp16_4x4_3x3Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected