Skip to content

Commit 3d6d026

Browse files
committed
no-gcse when loongarch64
1 parent 51ba70f commit 3d6d026

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: utest/test_potrs.c

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ 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)
36+
#pragma GCC optimize("no-gcse")
37+
#endif
3538
/*
3639
void BLASFUNC(cpotrf)(char*, BLASINT*, complex float*, BLASINT*, BLASINT*);
3740
void BLASFUNC(zpotrs_(char*, BLASINT*, BLASINT*, complex double*,

0 commit comments

Comments
 (0)