openblas: add aarch64 platform config
This commit is contained in:
parent
b212125b54
commit
73b65551f4
@ -20,6 +20,14 @@ let
|
|||||||
USE_OPENMP = "1";
|
USE_OPENMP = "1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
aarch64-linux = {
|
||||||
|
BINARY = "64";
|
||||||
|
TARGET = "ARMV8";
|
||||||
|
DYNAMIC_ARCH = "1";
|
||||||
|
CC = "gcc";
|
||||||
|
USE_OPENMP = "1";
|
||||||
|
};
|
||||||
|
|
||||||
i686-linux = {
|
i686-linux = {
|
||||||
BINARY = "32";
|
BINARY = "32";
|
||||||
TARGET = "P2";
|
TARGET = "P2";
|
||||||
|
Loading…
Reference in New Issue
Block a user