Skip to content

Commit

Permalink
Merge pull request #4810 from martin-frbg/issue4805
Browse files Browse the repository at this point in the history
Work around a gcc14.1 bug that breaks utest on Loongarch
  • Loading branch information
martin-frbg authored Jul 23, 2024
2 parents a815594 + 29f3e75 commit ed82fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utest/test_potrs.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**********************************************************************************/

#include "openblas_utest.h"

#pragma GCC optimize("no-gcse")
/*
void BLASFUNC(cpotrf)(char*, BLASINT*, complex float*, BLASINT*, BLASINT*);
void BLASFUNC(zpotrs_(char*, BLASINT*, BLASINT*, complex double*,
Expand Down

0 comments on commit ed82fd2

Please sign in to comment.