Skip to content

Commit 1c54b8c

Browse files
authored
Update test_potrs.c
1 parent 8bf3c49 commit 1c54b8c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

utest/test_potrs.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3232
**********************************************************************************/
3333

3434
#include "openblas_utest.h"
35-
#if defined(ARCH_LOONGARCH64) || defined(BINARY32)
35+
#if defined(ARCH_LOONGARCH64)
3636
#pragma GCC optimize("no-gcse")
3737
#endif
38+
#pragma GCC optimize("O0")
3839
/*
3940
void BLASFUNC(cpotrf)(char*, BLASINT*, complex float*, BLASINT*, BLASINT*);
4041
void BLASFUNC(zpotrs_(char*, BLASINT*, BLASINT*, complex double*,

0 commit comments

Comments
 (0)