Fix self test failure with IBM XL C/C++ on AIX
parent
488c1df2fe
commit
3d07010ac8
|
|
@ -1538,6 +1538,10 @@ sm4_simd.o : sm4_simd.cpp
|
||||||
ifeq ($(XLC_COMPILER),1)
|
ifeq ($(XLC_COMPILER),1)
|
||||||
sm3.o : sm3.cpp
|
sm3.o : sm3.cpp
|
||||||
$(CXX) $(strip $(subst -O3,-O2,$(CXXFLAGS)) -c) $<
|
$(CXX) $(strip $(subst -O3,-O2,$(CXXFLAGS)) -c) $<
|
||||||
|
donna_32.o : donna_32.cpp
|
||||||
|
$(CXX) $(strip $(subst -O3,-O2,$(CXXFLAGS)) -c) $<
|
||||||
|
donna_64.o : donna_64.cpp
|
||||||
|
$(CXX) $(strip $(subst -O3,-O2,$(CXXFLAGS)) -c) $<
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# SSE2 on i686
|
# SSE2 on i686
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue