mirror of https://github.com/xianyi/OpenBLAS.git
Add VORTEXM4
This commit is contained in:
parent
edaa73fd24
commit
1ee8879c78
14
getarch.c
14
getarch.c
|
|
@ -1654,6 +1654,20 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
#define CORENAME "VORTEX"
|
||||
#endif
|
||||
|
||||
#ifdef FORCE_VORTEXM4
|
||||
#define FORCE
|
||||
#define ARCHITECTURE "ARM64"
|
||||
#define SUBARCHITECTURE "VORTEXM4"
|
||||
#define SUBDIRNAME "arm64"
|
||||
#define ARCHCONFIG "-DVORTEXM4 " \
|
||||
"-DL1_DATA_SIZE=32768 -DL1_DATA_LINESIZE=64 " \
|
||||
"-DL2_SIZE=262144 -DL2_LINESIZE=64 " \
|
||||
"-DDTB_DEFAULT_ENTRIES=64 -DDTB_SIZE=4096 -DL2_ASSOCIATIVE=32 " \
|
||||
"-DHAVE_VFPV4 -DHAVE_VFPV3 -DHAVE_VFP -DHAVE_NEON -DHAVE_SME -DARMV8"
|
||||
#define LIBNAME "vortexm4"
|
||||
#define CORENAME "VORTEXM4"
|
||||
#endif
|
||||
|
||||
#ifdef FORCE_A64FX
|
||||
#define ARMV8
|
||||
#define FORCE
|
||||
|
|
|
|||
Loading…
Reference in New Issue