(git:0de0cc2)
machine_cpuid.h
Go to the documentation of this file.
1 /*----------------------------------------------------------------------------*/
2 /* CP2K: A general program to perform molecular dynamics simulations */
3 /* Copyright 2000-2024 CP2K developers group <https://cp2k.org> */
4 /* */
5 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 /*----------------------------------------------------------------------------*/
7 
8 #define CP_MACHINE_CPU_GENERIC 0
9 #define CP_MACHINE_X86_SSE4 1000
10 #define CP_MACHINE_X86_AVX 1001
11 #define CP_MACHINE_X86_AVX2 1002
12 #define CP_MACHINE_X86_AVX512 1003