Home
last modified time | relevance | path

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

/libCEED/
H A DMakefile124 OMP_SIMD_FLAG.gcc := -fopenmp-simd
125 OMP_SIMD_FLAG.clang := $(OMP_SIMD_FLAG.gcc)
126 OMP_SIMD_FLAG.icc := -qopenmp-simd
127 OMP_SIMD_FLAG.oneAPI := $(OMP_SIMD_FLAG.icc)
166 OMP_SIMD_FLAG := $(OMP_SIMD_FLAG.$(CC_VENDOR)) macro
167 OMP_SIMD_FLAG := $(if $(call cc_check_flag,$(OMP_SIMD_FLAG)),$(OMP_SIMD_FLAG)) macro
174 OPT ?= -O $(MARCHFLAG) $(OPT.$(CC_VENDOR)) $(OMP_SIMD_FLAG)
183 HIPCCFLAGS ?= $(filter-out $(OMP_SIMD_FLAG),$(OPT)) -fPIC -munsafe-fp-atomics
188 …L_FLAG) -fPIC -std=c++17 $(filter-out -std=c++11,$(CXXFLAGS)) $(filter-out $(OMP_SIMD_FLAG),$(OPT))
/libCEED/rust/libceed-sys/c-src/
H A DMakefile124 OMP_SIMD_FLAG.gcc := -fopenmp-simd
125 OMP_SIMD_FLAG.clang := $(OMP_SIMD_FLAG.gcc)
126 OMP_SIMD_FLAG.icc := -qopenmp-simd
127 OMP_SIMD_FLAG.oneAPI := $(OMP_SIMD_FLAG.icc)
166 OMP_SIMD_FLAG := $(OMP_SIMD_FLAG.$(CC_VENDOR)) macro
167 OMP_SIMD_FLAG := $(if $(call cc_check_flag,$(OMP_SIMD_FLAG)),$(OMP_SIMD_FLAG)) macro
174 OPT ?= -O $(MARCHFLAG) $(OPT.$(CC_VENDOR)) $(OMP_SIMD_FLAG)
183 HIPCCFLAGS ?= $(filter-out $(OMP_SIMD_FLAG),$(OPT)) -fPIC -munsafe-fp-atomics
188 …L_FLAG) -fPIC -std=c++17 $(filter-out -std=c++11,$(CXXFLAGS)) $(filter-out $(OMP_SIMD_FLAG),$(OPT))