Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
306
int 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_isa
Function · 0.85
astcenc_main_veneer
Function · 0.85
Tested by
no test coverage detected