Add Elbrus E2000 architecture as generic x86_64 compatible

This commit is contained in:
Martin Kroeker
2022-01-22 18:53:38 +01:00
committed by GitHub
parent 1937b4e435
commit bc93f468ef
6 changed files with 85 additions and 1 deletions
+4
View File
@@ -474,6 +474,10 @@ please https://github.com/xianyi/OpenBLAS/issues/246
#include "common_loongarch64.h"
#endif
#ifdef ARCH_E2K
#include "common_e2k.h"
#endif
#ifndef ASSEMBLER
#ifdef OS_WINDOWSSTORE
typedef char env_var_t[MAX_PATH];