This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Workaround of CPU device errata?
- From: k-tsubota at ap dot jp dot nec dot com
- To: gcc-help at gcc dot gnu dot org
- Date: Thu, 15 Oct 2009 18:53:39 +0900
- Subject: Workaround of CPU device errata?
Hi
Can I ask one question about workaround of CPU device errata?
You know, some errata of Intel CPU device needs work around in
assembly code level. e.g. - (*1)
Does anyone know how to confirm if these workarounds
are already implemented in current GCC?
Thanks,
K.Tsubota
---
(*1)
(CPU Errata sheet)
Celeron M processor Specification Update
-> http://download.intel.com/design/mobile/SPECUPDT/300303.pdf
-> Errata W11,W17,W34,W56
(These errata needs workaroud in assembly code level.)
---