Browse Source

Update test_potrs.c

pull/5311/head
Martin Kroeker GitHub 7 months ago
parent
commit
1c54b8cce9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      utest/test_potrs.c

+ 2
- 1
utest/test_potrs.c View File

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

#include "openblas_utest.h"
#if defined(ARCH_LOONGARCH64) || defined(BINARY32)
#if defined(ARCH_LOONGARCH64)
#pragma GCC optimize("no-gcse")
#endif
#pragma GCC optimize("O0")
/*
void BLASFUNC(cpotrf)(char*, BLASINT*, complex float*, BLASINT*, BLASINT*);
void BLASFUNC(zpotrs_(char*, BLASINT*, BLASINT*, complex double*,


Loading…
Cancel
Save