Skip to content

Commit 8bf3c49

Browse files
authored
Update test_potrs.c
1 parent f1ed097 commit 8bf3c49

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-
#if defined(ARCH_LOONGARCH64)
35+
#if defined(ARCH_LOONGARCH64) || defined(BINARY32)
3636
#pragma GCC optimize("no-gcse")
3737
#endif
3838
/*

0 commit comments

Comments
 (0)