Skip to content

Commit

Permalink
Added -ffloat-store to SPE parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
afxgroup committed Jul 26, 2023
1 parent 4897f86 commit 1f5c0c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GNUmakefile.os4
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ AFLAGS := -Wa,-mregnames -mstrict-align
ifdef SPE
CC := ppc-amigaos-gcc-6.4.0
AS := ppc-amigaos-as-6.4.0
CFLAGS := $(CFLAGS) -D__SPE__ -mspe -mcpu=8540 -mabi=spe -mno-string -mfloat-gprs=double -fno-inline-functions -fno-partial-inlining \
CFLAGS := $(CFLAGS) -D__SPE__ -mspe -mcpu=8540 -mabi=spe -mno-string -ffloat-store -mfloat-gprs=double -fno-inline-functions -fno-partial-inlining \
-fno-align-functions -fno-align-jumps -fno-align-loops -fno-align-labels -fno-inline-small-functions -fno-indirect-inlining -Wno-overflow -Wno-unused-but-set-variable -Wno-uninitialized #-Wdouble-promotion
AFLAGS := $(AFLAGS) -D__SPE__ -mspe -mcpu=8540 -mfloat-gprs=double -mno-string -Wno-overflow
AFLAGS := $(AFLAGS) -D__SPE__ -mspe -mcpu=8540 -mfloat-gprs=double -ffloat-store -mno-string -Wno-overflow
endif

VERBOSE ?= @
Expand Down

0 comments on commit 1f5c0c2

Please sign in to comment.