GCC Bugzilla – Attachment 22346 Details for
Bug 46396
gcc not detect caches for VIA CPUs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
via_caches.patch
via_caches.patch (text/plain), 701 bytes, created by
Dzianis Kahanovich
on 2010-11-09 15:05:25 UTC
(
hide
)
Description:
via_caches.patch
Filename:
MIME Type:
Creator:
Dzianis Kahanovich
Created:
2010-11-09 15:05:25 UTC
Size:
701 bytes
patch
obsolete
>--- a/gcc/config/i386/driver-i386.c 2010-10-31 22:17:24.900000001 +0200 >+++ b/gcc/config/i386/driver-i386.c 2010-11-01 06:14:40.360000003 +0200 >@@ -351,7 +351,8 @@ detect_caches_intel (bool xeon_mp, unsig > enum vendor_signatures > { > SIG_INTEL = 0x756e6547 /* Genu */, >- SIG_AMD = 0x68747541 /* Auth */ >+ SIG_AMD = 0x68747541 /* Auth */, >+ SIG_VIA = 0x746e6543 /* Cent */ > }; > > enum processor_signatures >@@ -468,7 +469,8 @@ const char *host_detect_local_cpu (int a > > if (!arch) > { >- if (vendor == SIG_AMD) >+ if (vendor == SIG_AMD || vendor == SIG_VIA) >+ /* FIXME: + transmeta + cyrix fam5/mod5 */ > cache = detect_caches_amd (ext_level); > else if (vendor == SIG_INTEL) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 46396
: 22346