Skip to content

Commit cd898af

Browse files
authored
Merge pull request #3050 from aurel32/riscv64-openblas-supported
getarch.c: define OPENBLAS_SUPPORTED for riscv64
2 parents 9ce9e29 + 0a535e5 commit cd898af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

getarch.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,6 +1375,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13751375

13761376
#ifdef __riscv
13771377
#include "cpuid_riscv64.c"
1378+
#define OPENBLAS_SUPPORTED
13781379
#endif
13791380

13801381
#ifdef __arm__

0 commit comments

Comments
 (0)