Browse Source

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

getarch.c: define OPENBLAS_SUPPORTED for riscv64
tags/v0.3.14^2
Martin Kroeker GitHub 5 years ago
parent
commit
cd898af59f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      getarch.c

+ 1
- 0
getarch.c 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__


Loading…
Cancel
Save