mirror of
https://github.com/amd/blis.git
synced 2026-06-06 04:34:02 +00:00
[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
This commit is contained in:
committed by
Field G. Van Zee
parent
870597d166
commit
b7ca580618
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user