From e488ee155faafc720ba7ab0bc54b8f7a06af9cf9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 14 Feb 2023 21:23:21 -0700 Subject: [PATCH] Fix a grammar mistake. While there, also use mark-up that's a bit easier to read. --- cmake/checks/check_01_cpu_features.cmake | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/cmake/checks/check_01_cpu_features.cmake b/cmake/checks/check_01_cpu_features.cmake index 53a45c38d1..848cc33d25 100644 --- a/cmake/checks/check_01_cpu_features.cmake +++ b/cmake/checks/check_01_cpu_features.cmake @@ -24,17 +24,16 @@ # This file sets up # # DEAL_II_WORDS_BIGENDIAN -# DEAL_II_HAVE_SSE2 *) -# DEAL_II_HAVE_AVX *) -# DEAL_II_HAVE_AVX512 *) -# DEAL_II_HAVE_ALTIVEC *) -# DEAL_II_HAVE_OPENMP_SIMD *) +# DEAL_II_HAVE_SSE2 (*) +# DEAL_II_HAVE_AVX (*) +# DEAL_II_HAVE_AVX512 (*) +# DEAL_II_HAVE_ALTIVEC (*) +# DEAL_II_HAVE_OPENMP_SIMD (*) # DEAL_II_VECTORIZATION_WIDTH_IN_BITS # DEAL_II_OPENMP_SIMD_PRAGMA # -# *) -# It is is possible to manually set the above values to their corresponding -# values, when platform introspection is disabled with +# (*) It is possible to manually set the above values to their +# corresponding values, when platform introspection is disabled with # DEAL_II_ALLOW_PLATFORM_INTROSPECTION=OFF, # -- 2.39.5