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

github.com/google/cpu_features.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Alekseev <14443401+fexolm@users.noreply.github.com>2019-07-02 17:52:25 +0300
committerGuillaume Chatelet <chatelet.guillaume@gmail.com>2019-07-02 17:52:25 +0300
commit653d581e03b7a11246531ad86877cf46680025af (patch)
tree68ccae9065918d78dd2710046220d7a1cbe63dd4 /CMakeLists.txt
parentbfd109b68766061f7ba572656b480f038a0ab460 (diff)
Add support for leaf2 and leaf4 on Intel's x86 arch (#80)
* Add support for leaf4 on Intel's x86 arch * Update cpuinfo_x86.h * Fix typo * Force compiler to use C99 * Add Intel x86 leaf2 support * Fixes after review * Fix review comments
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c8ab9ec..4954805 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.0)
project(CpuFeatures VERSION 0.1.0)
+set(CMAKE_C_STANDARD 99)
+
# Default Build Type to be Release
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release" CACHE STRING