openblas: enable ARM-specific optimizations
authorkrant <aleksey.vasilenko@gmail.com>
Fri, 16 Feb 2024 12:46:45 +0000 (14:46 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sat, 17 Feb 2024 13:51:58 +0000 (14:51 +0100)
commit8bcd2447155ea094b99c38dd6514110b8e0b4fc3
treeb0874276d6bbc1a54e82f3d5a500303ff9146fb2
parent5d3424f992b09602f2abd4e71cb163a3af8f3e7c
openblas: enable ARM-specific optimizations

OpenBLAS allows to specify per-family CPU optimizations during build stage.
This package supports manual specification of a family during configuration.
This commit adds automatic detection of target family, while keeping manual
override as a backup.

Automatically detected ARM families:
 - Cortex-A9 without NEON
 - Cortex-A9 with NEON
 - Cortex-A15
 - Cortex-A53
 - Cortex-A72

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
libs/openblas/Makefile