Unverified Commit c5fe132b authored by volth's avatar volth Committed by GitHub
Browse files

Update architectures.nix

parent 60ce27db
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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";