Merge pull request #4810 from martin-frbg/issue4805

Work around a gcc14.1 bug that breaks utest on Loongarch
This commit is contained in:
Martin Kroeker 2024-07-23 14:54:55 +02:00 committed by GitHub
commit ed82fd24fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**********************************************************************************/ **********************************************************************************/
#include "openblas_utest.h" #include "openblas_utest.h"
#pragma GCC optimize("no-gcse")
/* /*
void BLASFUNC(cpotrf)(char*, BLASINT*, complex float*, BLASINT*, BLASINT*); void BLASFUNC(cpotrf)(char*, BLASINT*, complex float*, BLASINT*, BLASINT*);
void BLASFUNC(zpotrs_(char*, BLASINT*, BLASINT*, complex double*, void BLASFUNC(zpotrs_(char*, BLASINT*, BLASINT*, complex double*,