aboutsummaryrefslogtreecommitdiff
path: root/lib/systems
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2020-08-22 23:01:38 +0000
committerGitHub <noreply@github.com>2020-08-22 23:01:38 +0000
commit8ad48c921e6bc5b1a0a273764ef3337747b34503 (patch)
tree2069ca8fe76f40a33d27d25caf6d0226231f24f3 /lib/systems
parent55bc2b54a481f08bd9f7189561f9cf2f65f810c7 (diff)
Update architectures.nix
Diffstat (limited to 'lib/systems')
-rw-r--r--lib/systems/architectures.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/systems/architectures.nix b/lib/systems/architectures.nix
index ce7ac0356bdc..c9ca27a0651d 100644
--- a/lib/systems/architectures.nix
+++ b/lib/systems/architectures.nix
@@ -43,13 +43,13 @@ rec {
skylake-avx512 = [ "skylake" ] ++ inferiors.skylake;
# x86_64 AMD
btver1 = [ ];
- btver2 = [ ];
- bdver1 = [ ];
- bdver2 = [ ];
- bdver3 = [ ];
- bdver4 = [ ];
- znver1 = [ ];
- znver2 = [ ];
+ btver2 = [ ]; # TODO: fill this (need testing)
+ bdver1 = [ ]; # TODO: fill this (need testing)
+ bdver2 = [ ]; # TODO: fill this (need testing)
+ bdver3 = [ ]; # TODO: fill this (need testing)
+ bdver4 = [ ]; # TODO: fill this (need testing)
+ znver1 = [ ]; # TODO: fill this (need testing)
+ znver2 = [ ]; # TODO: fill this (need testing)
# other
armv5te = [ ];
armv6 = [ ];