Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions osprey/libm/Makefile.gbase
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,17 @@ endif
ifeq ($(BUILD_VARIANT), LIBMV)
LCDEFS += -D_SW_PIPELINE
ifeq ($(BUILD_ABI), I64BIT)
ifneq ($(BUILD_COMPILER), GNU)
CFLAGS += -OPT:alias=restrict:alias=unnamed -TENV:X=2
CFLAGS += -WOPT:cse_fcmp=off
CCFVSQRT = $(CCF)
CCFVLOG = $(CCN) $(CFLAGS) -WOPT:cse_fcmp=on
else
CCFVLOG = $(CCN) $(CFLAGS)
endif
CCFVSQRT = $(CCF)
else
CCFVSQRT = $(CCF)
CCFVLOG = $(CCF)
CCFVLOG = $(CCF)
endif
endif

Expand Down