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

Method has_neon

src/common/cpuinfo/CpuInfo.h:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61public:
62 bool has_neon() const
63 {
64 return _isa.neon;
65 }
66 bool has_fhm() const
67 {
68 return _isa.fhm;

Callers 1

TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected