Browse Source

no-gcse when loongarch64

tags/v0.3.30
Harmen Stoppels 5 months ago
parent
commit
3d6d026fe1
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      utest/test_potrs.c

+ 3
- 0
utest/test_potrs.c View File

@@ -32,6 +32,9 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**********************************************************************************/

#include "openblas_utest.h"
#if defined(ARCH_LOONGARCH64)
#pragma GCC optimize("no-gcse")
#endif
/*
void BLASFUNC(cpotrf)(char*, BLASINT*, complex float*, BLASINT*, BLASINT*);
void BLASFUNC(zpotrs_(char*, BLASINT*, BLASINT*, complex double*,


Loading…
Cancel
Save