Home
last modified time | relevance | path

Searched refs:AVX_FLAG (Results 1 – 2 of 2) sorted by relevance

/libCEED/
H A DMakefile503 AVX_FLAG := $(if $(filter clang,$(CC_VENDOR)),+avx,-mavx) macro
504 AVX := $(filter $(AVX_FLAG),$(shell $(CC) $(CFLAGS:-M%=) -v -E -x c /dev/null 2>&1))
/libCEED/rust/libceed-sys/c-src/
H A DMakefile503 AVX_FLAG := $(if $(filter clang,$(CC_VENDOR)),+avx,-mavx) macro
504 AVX := $(filter $(AVX_FLAG),$(shell $(CC) $(CFLAGS:-M%=) -v -E -x c /dev/null 2>&1))