MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / main

Function main

Source/astcenccli_entry.cpp:306–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304#endif
305
306int main(
307 int argc,
308 char **argv
309) {
310 if (!validate_cpu_isa())
311 {
312 return 1;
313 }
314
315 return astcenc_main_veneer(argc, argv);
316}

Callers

nothing calls this directly

Calls 2

validate_cpu_isaFunction · 0.85
astcenc_main_veneerFunction · 0.85

Tested by

no test coverage detected