getarch.c: define OPENBLAS_SUPPORTED for riscv64

This commit is contained in:
Aurelien Jarno 2020-12-29 12:06:39 +00:00
parent 9ce9e295fe
commit 0a535e58d8
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__