MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_cpu_get_flag_name

Function rte_cpu_get_flag_name

dpdk/lib/eal/ppc/rte_cpuflags.c:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105const char *
106rte_cpu_get_flag_name(enum rte_cpu_flag_t feature)
107{
108 if ((unsigned int)feature >= RTE_DIM(rte_cpu_feature_table))
109 return NULL;
110 return rte_cpu_feature_table[feature].name;
111}
112
113void
114rte_cpu_get_intrinsics_support(struct rte_cpu_intrinsics *intrinsics)

Callers 1

rte_cpu_is_supportedFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected