Note:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Amd64-zen"
Jump to navigation
Jump to search
(Created page with "{{Subarch |CPU Family=64-bit AMD Processors |subarch=amd64-zen |Description=The amd64-zen subarch is optimized for AMD Ryzen and EPYC processors. }}") |
|||
Line 2: | Line 2: | ||
|CPU Family=64-bit AMD Processors | |CPU Family=64-bit AMD Processors | ||
|subarch=amd64-zen | |subarch=amd64-zen | ||
|CHOST=x86_64-pc-linux-gnu | |||
|CFLAGS=-march=znver1 -O2 -pipe | |||
|USE=aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 | |||
|Description=The amd64-zen subarch is optimized for AMD Ryzen and EPYC processors. | |Description=The amd64-zen subarch is optimized for AMD Ryzen and EPYC processors. | ||
}} | }} |
Revision as of 06:11, November 15, 2018
This section lists the CPU-optimized Funtoo Linux builds currently available for download for amd64-zen. The amd64-zen subarch is optimized for AMD Ryzen and EPYC processors.
No downloadable stage builds are currently available for this sub-architecture.
The amd64-zen subarch is optimized for AMD Ryzen and EPYC processors..
Architecture and Optimization
The following settings are applied to all stages for this subarch via Funtoo subarch profiles:
CHOST | x86_64-pc-linux-gnu |
CFLAGS | -march=znver1 -O2 -pipe |