Merge pull request #3050 from aurel32/riscv64-openblas-supported

getarch.c: define OPENBLAS_SUPPORTED for riscv64
This commit is contained in:
Martin Kroeker 2020-12-29 21:59:40 +01:00 committed by GitHub
commit cd898af59f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1375,6 +1375,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifdef __riscv
#include "cpuid_riscv64.c"
#define OPENBLAS_SUPPORTED
#endif
#ifdef __arm__