We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ba70f commit 3d6d026Copy full SHA for 3d6d026
1 file changed
utest/test_potrs.c
@@ -32,6 +32,9 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32
**********************************************************************************/
33
34
#include "openblas_utest.h"
35
+#if defined(ARCH_LOONGARCH64)
36
+#pragma GCC optimize("no-gcse")
37
+#endif
38
/*
39
void BLASFUNC(cpotrf)(char*, BLASINT*, complex float*, BLASINT*, BLASINT*);
40
void BLASFUNC(zpotrs_(char*, BLASINT*, BLASINT*, complex double*,
0 commit comments