Skip to content

Commit

Permalink
restore the pragma as it is reportedly still needed on 3C6000/gcc14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Aug 16, 2024
1 parent 7129a64 commit dfba3f8
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 dfba3f8

Please sign in to comment.