From: Debian Science Team Date: Sun, 25 Jun 2023 19:56:08 +0000 (+0100) Subject: riscv64-supported X-Git-Tag: archive/raspbian/0.3.13+ds-3+rpi1+deb11u1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b294710697a0e97a797986b18e387cd83f7e43b7;p=openblas.git riscv64-supported Gbp-Pq: Name riscv64-supported.patch --- diff --git a/getarch.c b/getarch.c index 2967173..f48944f 100644 --- a/getarch.c +++ b/getarch.c @@ -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__