From dcebe3391e613e5783e95ab9a87106beb5cbdf54 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 10 Jun 2018 08:50:15 -0400 Subject: [PATCH] Fixed typo in comment string. --- dlib/cmake_utils/test_for_avx/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/cmake_utils/test_for_avx/CMakeLists.txt b/dlib/cmake_utils/test_for_avx/CMakeLists.txt index 7609ea76b..7d7240233 100644 --- a/dlib/cmake_utils/test_for_avx/CMakeLists.txt +++ b/dlib/cmake_utils/test_for_avx/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12) project(avx_test) -set(USE_AVX_INSTRUCTIONS ON CACHE BOOL "Use SSE4 instructions") +set(USE_AVX_INSTRUCTIONS ON CACHE BOOL "Use AVX instructions") # Pull this in since it sets the AVX compile options by putting that kind of stuff into the active_compile_opts list. include(../set_compiler_specific_options.cmake)