X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cpuid.h;h=1dacc49baedbf56aaf053ce09c5b2c57295ef701;hb=refs%2Fheads%2Faccepted%2Ftizen_5.0_unified;hp=e9bd2d016ddba669e26e5c2f7fcd393ce591a48e;hpb=ccf41ebf782bbd788c9f29f27ac6e24e64fb14df;p=platform%2Fupstream%2Fopenblas.git diff --git a/cpuid.h b/cpuid.h index e9bd2d0..1dacc49 100644 --- a/cpuid.h +++ b/cpuid.h @@ -114,6 +114,7 @@ #define CORE_HASWELL 24 #define CORE_STEAMROLLER 25 #define CORE_EXCAVATOR 26 +#define CORE_ZEN 27 #define HAVE_SSE (1 << 0) #define HAVE_SSE2 (1 << 1) @@ -209,5 +210,6 @@ typedef struct { #define CPUTYPE_HASWELL 48 #define CPUTYPE_STEAMROLLER 49 #define CPUTYPE_EXCAVATOR 50 +#define CPUTYPE_ZEN 51 #endif