Skip to content

Commit 49080b6

Browse files
authored
remove optimizer pragma again
1 parent e05d98d commit 49080b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-
#pragma GCC optimize("no-gcse")
35+
3636
/*
3737
void BLASFUNC(cpotrf)(char*, BLASINT*, complex float*, BLASINT*, BLASINT*);
3838
void BLASFUNC(zpotrs_(char*, BLASINT*, BLASINT*, complex double*,

0 commit comments

Comments
 (0)