From: Debian Science Team Date: Wed, 27 Jan 2021 05:56:54 +0000 (+0000) Subject: riscv64-supported X-Git-Tag: archive/raspbian/0.3.13+ds-2+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=219365ce6acac8854a476e236db3d9e617a684eb;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__