Refs #113. Support AMD Bobcate using Barcelona kernel codes. Replace 3DNow! with MMX.

This commit is contained in:
Zhang Xianyi
2012-05-31 18:17:45 +08:00
parent 37edae1c90
commit d6cab3f37e
29 changed files with 303 additions and 70 deletions

View File

@@ -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