flame / blis

BLAS-like Library Instantiation Software Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A more complete list of ARM cpu implementations

j-bm opened this issue · comments

commented

The code currently does not identify all recent ARM 64-bit cpu implementations (and a few 32-bit ones too).

The code also uses hardcoded constants like0xc09 instead of symbols like ARM_CPU_PART_CORTEX_A9.

See frame/base/bli_cpuid.c

A PR to follow.