From 94c6fb8e9e9a4042e21758869f59908932c20a07 Mon Sep 17 00:00:00 2001 From: Oleg Sidorkin Date: Tue, 12 Oct 2021 09:50:58 -0700 Subject: math/openblas: update to 0.3.18 PR: 259038 Approved by: phd_kimberlite AT yahoo DOT co DOT jp (maintainer) --- math/openblas/files/patch-interface_gemv.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 math/openblas/files/patch-interface_gemv.c (limited to 'math/openblas/files/patch-interface_gemv.c') diff --git a/math/openblas/files/patch-interface_gemv.c b/math/openblas/files/patch-interface_gemv.c deleted file mode 100644 index af1999348fe7..000000000000 --- a/math/openblas/files/patch-interface_gemv.c +++ /dev/null @@ -1,14 +0,0 @@ ---- interface/gemv.c.orig 2021-07-14 00:09:14 UTC -+++ interface/gemv.c -@@ -202,11 +202,6 @@ void CNAME(enum CBLAS_ORDER order, - - if (alpha == ZERO) return; - -- if (trans == 0 && incx == 1 && incy == 1 && m*n < 2304 *GEMM_MULTITHREAD_THRESHOLD) { -- GEMV_N(m, n, 0, alpha, a, lda, x, incx, y, incy, NULL); -- return; -- } -- - IDEBUG_START; - - FUNCTION_PROFILE_START(); -- cgit v1.2.3