Browse Source

Merge pull request #4882 from martin-frbg/issue4805-3

Restore the workaround in the POTRS utest as it is reportedly still needed on 3C6000/gcc14.2
tags/v0.3.29
Martin Kroeker GitHub 1 year ago
parent
commit
f61930eb11
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utest/test_potrs.c

+ 1
- 1
utest/test_potrs.c View File

@@ -32,7 +32,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**********************************************************************************/

#include "openblas_utest.h"
#pragma GCC optimize("no-gcse")
/*
void BLASFUNC(cpotrf)(char*, BLASINT*, complex float*, BLASINT*, BLASINT*);
void BLASFUNC(zpotrs_(char*, BLASINT*, BLASINT*, complex double*,


Loading…
Cancel
Save