Refs #113. Support AMD Bobcate using Barcelona kernel codes. Replace 3DNow! with MMX.
This commit is contained in:
2
cpuid.h
2
cpuid.h
@@ -104,6 +104,7 @@
|
||||
#define CORE_ATOM 18
|
||||
#define CORE_NANO 19
|
||||
#define CORE_SANDYBRIDGE 20
|
||||
#define CORE_BOBCATE 21
|
||||
|
||||
#define HAVE_SSE (1 << 0)
|
||||
#define HAVE_SSE2 (1 << 1)
|
||||
@@ -191,4 +192,5 @@ typedef struct {
|
||||
#define CPUTYPE_VIAC3 42
|
||||
#define CPUTYPE_NANO 43
|
||||
#define CPUTYPE_SANDYBRIDGE 44
|
||||
#define CPUTYPE_BOBCATE 45
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user