Merge branch 'master' of github.com:flame/blis

This commit is contained in:
Field G. Van Zee
2017-05-03 15:07:59 -05:00
17 changed files with 39 additions and 1 deletions

View File

@@ -77,7 +77,9 @@ ARFLAGS := cru
# --- Determine the linker and related flags ---
LINKER := $(CC)
SOFLAGS := -shared
ifneq ($(CC_VENDOR),icc)
LDFLAGS := -lm
endif

View File

@@ -77,7 +77,9 @@ ARFLAGS := cru
# --- Determine the linker and related flags ---
LINKER := $(CC)
SOFLAGS := -shared
ifneq ($(CC_VENDOR),icc)
LDFLAGS := -lm
endif

View File

@@ -77,7 +77,9 @@ ARFLAGS := cru
# --- Determine the linker and related flags ---
LINKER := $(CC)
SOFLAGS := -shared
ifneq ($(CC_VENDOR),icc)
LDFLAGS := -lm
endif

View File

@@ -77,7 +77,9 @@ ARFLAGS := cru
# --- Determine the linker and related flags ---
LINKER := $(CC)
SOFLAGS := -shared
ifneq ($(CC_VENDOR),icc)
LDFLAGS := -lm
endif

View File

@@ -77,7 +77,9 @@ ARFLAGS := cru
# --- Determine the linker and related flags ---
LINKER := $(CC)
SOFLAGS := -shared
ifneq ($(CC_VENDOR),icc)
LDFLAGS := -lm
endif

View File

@@ -77,7 +77,9 @@ ARFLAGS := cru
# --- Determine the linker and related flags ---
LINKER := $(CC)
SOFLAGS := -shared
ifneq ($(CC_VENDOR),icc)
LDFLAGS := -lm
endif

View File

@@ -88,7 +88,9 @@ ARFLAGS := cru
# --- Determine the linker and related flags ---
LINKER := $(CC)
SOFLAGS := -shared
ifneq ($(CC_VENDOR),icc)
LDFLAGS := -lm
endif

View File

@@ -88,7 +88,9 @@ ARFLAGS := cru
# --- Determine the linker and related flags ---
LINKER := $(CC)
SOFLAGS := -shared
ifneq ($(CC_VENDOR),icc)
LDFLAGS := -lm
endif

View File

@@ -95,7 +95,11 @@ ARFLAGS := cru
# --- Determine the linker and related flags ---
LINKER := $(CC)
SOFLAGS := -shared
LDFLAGS := -lm -lmemkind
ifeq ($(CC_VENDOR),icc)
LDFLAGS := -lmemkind
else
LDFLAGS := -lmemkind -lm
endif

View File

@@ -77,7 +77,9 @@ ARFLAGS := cru
# --- Determine the linker and related flags ---
LINKER := $(CC)
SOFLAGS := -shared
ifneq ($(CC_VENDOR),icc)
LDFLAGS := -lm
endif

View File

@@ -77,7 +77,11 @@ ARFLAGS := cru
# --- Determine the linker and related flags ---
LINKER := $(CC)
SOFLAGS := -shared
ifeq ($(CC_VENDOR),icc)
LDFLAGS := -mmic
else
LDFLAGS := -mmic -lm
endif

View File

@@ -77,7 +77,9 @@ ARFLAGS := cru
# --- Determine the linker and related flags ---
LINKER := $(CC)
SOFLAGS := -shared
ifneq ($(CC_VENDOR),icc)
LDFLAGS := -lm
endif

View File

@@ -63,7 +63,9 @@ ARFLAGS := rcs
# --- Determine the linker and related flags ---
LINKER := $(CC)
SOFLAGS :=
ifneq ($(CC_VENDOR),icc)
LDFLAGS := -lm
endif
# --- Determine the finalizer and related flags ---
FINALIZER := pnacl-finalize

View File

@@ -77,7 +77,9 @@ ARFLAGS := cru
# --- Determine the linker and related flags ---
LINKER := $(CC)
SOFLAGS := -shared
ifneq ($(CC_VENDOR),icc)
LDFLAGS := -lm
endif

View File

@@ -86,7 +86,9 @@ ARFLAGS := cru
# --- Determine the linker and related flags ---
LINKER := $(CC)
SOFLAGS := -shared
ifneq ($(CC_VENDOR),icc)
LDFLAGS := -lm
endif

View File

@@ -88,7 +88,9 @@ ARFLAGS := cru
# --- Determine the linker and related flags ---
LINKER := $(CC)
SOFLAGS := -shared
ifneq ($(CC_VENDOR),icc)
LDFLAGS := -lm
endif

View File

@@ -77,7 +77,9 @@ ARFLAGS := cru
# --- Determine the linker and related flags ---
LINKER := $(CC)
SOFLAGS := -shared
ifneq ($(CC_VENDOR),icc)
LDFLAGS := -lm
endif