mirror of
https://github.com/amd/blis.git
synced 2026-06-29 18:57:23 +00:00
Removed -funsafe-loop-optimizations from piledriver.
Details:
- Error persists; continuing debugging from bf0fb78c by removing
-funsafe-loop-optimizations from piledriver configuration.
This commit is contained in:
@@ -75,7 +75,7 @@ endif
|
||||
# Flags specific to reference kernels.
|
||||
CROPTFLAGS := $(CKOPTFLAGS)
|
||||
ifeq ($(CC_VENDOR),gcc)
|
||||
CRVECFLAGS := $(CKVECFLAGS) -funsafe-loop-optimizations
|
||||
CRVECFLAGS := $(CKVECFLAGS)
|
||||
else
|
||||
CRVECFLAGS := $(CKVECFLAGS)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user