mirror of git://sourceware.org/git/glibc.git
Support Intel processor model 6 and model 0x2.
This commit is contained in:
parent
da93d21475
commit
13b695749a
|
|
@ -1,3 +1,8 @@
|
||||||
|
2010-11-11 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
|
||||||
|
Support Intel processor model 6 and model 0x2c.
|
||||||
|
|
||||||
2010-11-10 Luis Machado <luisgpm@br.ibm.com>
|
2010-11-10 Luis Machado <luisgpm@br.ibm.com>
|
||||||
|
|
||||||
* sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
|
* sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
|
||||||
|
|
|
||||||
|
|
@ -87,6 +87,7 @@ __init_cpu_features (void)
|
||||||
case 0x1e:
|
case 0x1e:
|
||||||
case 0x1f:
|
case 0x1f:
|
||||||
case 0x25:
|
case 0x25:
|
||||||
|
case 0x2c:
|
||||||
case 0x2e:
|
case 0x2e:
|
||||||
case 0x2f:
|
case 0x2f:
|
||||||
/* Rep string instructions and copy backward are fast on
|
/* Rep string instructions and copy backward are fast on
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue