注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Test
Jump to navigation
Jump to search
Toggle columns: Description
Subarch | Release Date | Description | CFLAGS |
---|---|---|---|
Subarch | Release Date | Description | CFLAGS |
Intel64-skylake | August 28, 2018 | The intel64-skylake subarch specifically supports processors based on Intel's Skylake microarchitecture. Skylake desktop processors are branded as 6th (Skylake) and 7th (Kaby Lake) Generation Intel Core i3, Core i5, and Core i7 Processors. | -march=skylake -O2 -pipe |
Intel64-broadwell | July 4, 2017 | The intel64-broadwell subarch specifically supports processors based on Intel's Broadwell microarchitecture. Broadwell desktop processors are branded as ''5th Generation'' Intel Core i3, Core i5, and Core i7 Processors. | -march=broadwell -O2 -pipe |
Intel64-haswell | June 3, 2013 | The intel64-haswell subarch specifically supports processors based on Intel's Haswell microarchitecture. Haswell desktop processors are branded as 4th Generation Intel Core i3, Core i5, and Core i7 Processors. | -march=haswell -O2 -pipe |
Intel64-silvermont | May 6, 2013 | Silvermont is a low-power Atom-based microarchitecture that includes Intel Bay Trail, Avoton and Rangeley Processors. | -march=silvermont -O2 -pipe |
Intel64-ivybridge | April 28, 2012 | The intel64-ivybridge subarch specifically supports processors based on Intel's Ivy Bridge microarchitecture and AVX instructions. These processors are branded as 3rd Generation Intel Core i3, Core i5, and Core i7 Processors. | -march=ivybridge -O2 -pipe |
Intel64-sandybridge | January 9, 2011 | The intel64-sandybridge subarch specifically supports processors based on Intel's Sandy Bridge microarchitecture and AVX instructions. These processors are branded as 2nd Generation Intel Core i3, Core i5, and Core i7 Processors. | -march=sandybridge -O2 -pipe |
Intel64-westmere | January 7, 2010 | Intel Westmere processors are updated first-generation Nehalem processors that included a die-shrink and additional AES and PCLMUL instructions. | -march=westmere -O2 -pipe |
Intel64-nehalem | November 17, 2008 | The intel64-nehalem subarch supports first-generation Intel Core processors: Nehalem microarchitecture-based Intel Pentium/Celeron, Intel Core i3, i5, i7 and Xeon Processors. | -march=nehalem -O2 -pipe |
Core2 64 | July 1, 2006 | The '''core2_64''' subarch supports 64-bit-capable processors based on the Core microarchitecture and all processors of the Penryn microarchitecture. This includes all Intel Core 2 branded processors, some Celeron, some Pentium and some Xeon branded processors. | -march=core2 -O2 -pipe |