Skip to content

Commit 29f3e75

Browse files
authored
work around a gcc14.1 bug observed on Loongarch
1 parent a815594 commit 29f3e75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utest/test_potrs.c

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

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

0 commit comments

Comments
 (0)