summaryrefslogtreecommitdiff
path: root/cryptest.nmake
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-01-22 04:58:54 -0500
committerJeffrey Walton <noloader@gmail.com>2019-01-22 04:58:54 -0500
commitef1b391ce61f25ec3951e48844e09740eda4cba4 (patch)
tree812cd12fe9be3fd4913bb4e838cb2ecc0918cd65 /cryptest.nmake
parent6ada677461ac3623d09026faaef89570c68d4850 (diff)
downloadcryptopp-git-ef1b391ce61f25ec3951e48844e09740eda4cba4.tar.gz
Use #pragma omp simd for OpenMP 4.0 compilers (GH #787)
Crap... It is OpenMP 4.0, not 3.0
Diffstat (limited to 'cryptest.nmake')
-rw-r--r--cryptest.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptest.nmake b/cryptest.nmake
index 1c547ed3..f759b650 100644
--- a/cryptest.nmake
+++ b/cryptest.nmake
@@ -154,7 +154,7 @@ LDLIBS =
# Debug build.
# CXXFLAGS = $(CXXFLAGS) /DDEBUG /D_DEBUG /Oi /Oy- /Od /MTd
# Release build. Add /OPT:REF to linker
-CXXFLAGS = $(CXXFLAGS) /DNDEBUG /D_NDEBUG /Oi /Oy /O2 /MT
+CXXFLAGS = $(CXXFLAGS) /DNDEBUG /D_NDEBUG /Oi /Oy /O2 /MT /openmp
# Linker flags.
LDFLAGS = $(LDFLAGS) /OPT:REF