Loading lib/systems/architectures.nix +2 −1 Original line number Diff line number Diff line Loading @@ -59,8 +59,9 @@ rec { loongson2f = [ ]; }; predicates = rec { predicates = let featureSupport = feature: x: builtins.elem feature features.${x}; in { sse3Support = featureSupport "sse3"; ssse3Support = featureSupport "ssse3"; sse4_1Support = featureSupport "sse4_1"; Loading Loading
lib/systems/architectures.nix +2 −1 Original line number Diff line number Diff line Loading @@ -59,8 +59,9 @@ rec { loongson2f = [ ]; }; predicates = rec { predicates = let featureSupport = feature: x: builtins.elem feature features.${x}; in { sse3Support = featureSupport "sse3"; ssse3Support = featureSupport "ssse3"; sse4_1Support = featureSupport "sse4_1"; Loading