Update architectures.nix
This commit is contained in:
parent
55bc2b54a4
commit
8ad48c921e
|
@ -43,13 +43,13 @@ rec {
|
||||||
skylake-avx512 = [ "skylake" ] ++ inferiors.skylake;
|
skylake-avx512 = [ "skylake" ] ++ inferiors.skylake;
|
||||||
# x86_64 AMD
|
# x86_64 AMD
|
||||||
btver1 = [ ];
|
btver1 = [ ];
|
||||||
btver2 = [ ];
|
btver2 = [ ]; # TODO: fill this (need testing)
|
||||||
bdver1 = [ ];
|
bdver1 = [ ]; # TODO: fill this (need testing)
|
||||||
bdver2 = [ ];
|
bdver2 = [ ]; # TODO: fill this (need testing)
|
||||||
bdver3 = [ ];
|
bdver3 = [ ]; # TODO: fill this (need testing)
|
||||||
bdver4 = [ ];
|
bdver4 = [ ]; # TODO: fill this (need testing)
|
||||||
znver1 = [ ];
|
znver1 = [ ]; # TODO: fill this (need testing)
|
||||||
znver2 = [ ];
|
znver2 = [ ]; # TODO: fill this (need testing)
|
||||||
# other
|
# other
|
||||||
armv5te = [ ];
|
armv5te = [ ];
|
||||||
armv6 = [ ];
|
armv6 = [ ];
|
||||||
|
|
Loading…
Reference in New Issue