Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/FBGEMM.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoung Jin Kim <youki@microsoft.com>2021-03-22 06:33:16 +0300
committerYoung Jin Kim <youki@microsoft.com>2021-03-22 06:33:16 +0300
commitc258054a87b7c9020014558bd81819b3f7104cc0 (patch)
tree9bd152388f3c02e2da0055eb5627596e00a799b1
parent5af561fb3637bf2b31ab568d5d8b0b32b86546f3 (diff)
Remove unused comment
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e665ab4..ea9a957 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -69,7 +69,6 @@ else()
if(NOT COMPILER_SUPPORTS_AVX512)
message(FATAL_ERROR "A compiler with AVX512 support is required.")
endif()
- # string(REPLACE "-march=native" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
endif()
#We should default to a Release build