Deleted Added
full compact
2c2
< Copyright (C) 2006 Free Software Foundation, Inc.
---
> Copyright (C) 2006, 2007 Free Software Foundation, Inc.
42a43
> #define bit_SSE4a (1 << 6)
71c72
< unsigned char has_longmode = 0, has_cmpxchg8b = 0;
---
> unsigned char has_longmode = 0, has_cmpxchg8b = 0, has_sse4a = 0;
122a124
> has_sse4a = !!(ecx & bit_SSE4a);
134a137,138
> if (has_sse4a)
> processor = PROCESSOR_AMDFAM10;
268a273,275
> case PROCESSOR_AMDFAM10:
> cpu = "amdfam10";
> break;