CONFIG: update Fujitsu rules (#1671)
- openmp using the libfjomp - fastmath as per the ArmClang compiler
This commit is contained in:
parent
78fe186727
commit
01f8ea9dd5
@ -1,2 +1,2 @@
|
||||
c++DBUG =
|
||||
c++OPT = -O3
|
||||
c++OPT = -ffp-contract=fast -ffast-math -O3 -funsafe-math-optimizations
|
||||
|
@ -1,2 +1,2 @@
|
||||
cDBUG =
|
||||
cOPT = -O3
|
||||
cOPT = -ffp-contract=fast -ffast-math -O3
|
||||
|
@ -3,7 +3,16 @@ CPP = cpp -traditional-cpp $(GFLAGS)
|
||||
PROJECT_LIBS = -l$(WM_PROJECT) -ldl
|
||||
|
||||
include $(GENERAL_RULES)/standard
|
||||
include $(GENERAL_RULES)/Clang/openmp
|
||||
## include $(GENERAL_RULES)/Clang/openmp
|
||||
|
||||
# Fujitsu-specific
|
||||
# ----
|
||||
COMP_OPENMP = -DUSE_OMP -fopenmp
|
||||
LINK_OPENMP = -lfjomp
|
||||
# ----
|
||||
# Or disable
|
||||
# include $(GENERAL_RULES)/no-openmp
|
||||
# ----
|
||||
|
||||
include $(DEFAULT_RULES)/c
|
||||
include $(DEFAULT_RULES)/c++
|
||||
|
Loading…
Reference in New Issue
Block a user