Ticket #44576: patch-CPU_DEFAULT.patch
File patch-CPU_DEFAULT.patch, 696 bytes (added by NicosPavlov, 10 years ago) |
---|
-
src/x86/ABIHack.inc
old new 1663 1663 {&atom_cost, 16, 7, 16, 7, 16} 1664 1664 }; 1665 1665 1666 static const char *const cpu_names[TARGET_CPU_DEFAULT_max] =1667 {1668 "generic",1669 "i386",1670 "i486",1671 "pentium",1672 "pentium-mmx",1673 "pentiumpro",1674 "pentium2",1675 "pentium3",1676 "pentium4",1677 "pentium-m",1678 "prescott",1679 "nocona",1680 "core2",1681 "atom",1682 "geode",1683 "k6",1684 "k6-2",1685 "k6-3",1686 "athlon",1687 "athlon-4",1688 "k8",1689 "amdfam10"1690 };1691 1692 1666 1693 1694 1667 /* Return the "natural" mode for TYPE. In most cases, this is just TYPE_MODE. 1695 1668 But in the case of vector types, it is some vector mode.