From b7ca580618f9382b7982168fd035ed058f83e4c2 Mon Sep 17 00:00:00 2001 From: iotamudelta Date: Sat, 18 Nov 2017 14:56:05 -0500 Subject: [PATCH] [WIP] Add x86 and x86_64 processor families. (#154) * Add x86 and x86_64 processor families. * Use generic config as fallback for more families. After discussion with fgvanzee, a) it's "generic" and 2) use it for all the families as a fallback. Goal is that if a specific CPU is not yet supported by a family (say a new Intel microarchitecture on x86_64), it'll fall through to still work with the slower "generic" kernels --- config_registry | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config_registry b/config_registry index 19c0ade74..780f39455 100644 --- a/config_registry +++ b/config_registry @@ -8,9 +8,10 @@ # # Processor families. -intel64: haswell sandybridge penryn -amd64: zen excavator steamroller piledriver bulldozer -arm32: cortexa9 cortexa15 +intel64: haswell sandybridge penryn generic +amd64: zen excavator steamroller piledriver bulldozer generic +arm32: cortexa9 cortexa15 generic +x86_64: haswell sandybridge penryn zen excavator steamroller piledriver bulldozer generic # Intel architectures. haswell: haswell