mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
Update architectures.nix
This commit is contained in:
parent
60ce27db2b
commit
c5fe132b3c
1 changed files with 2 additions and 1 deletions
|
@ -59,8 +59,9 @@ rec {
|
||||||
loongson2f = [ ];
|
loongson2f = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
predicates = rec {
|
predicates = let
|
||||||
featureSupport = feature: x: builtins.elem feature features.${x};
|
featureSupport = feature: x: builtins.elem feature features.${x};
|
||||||
|
in {
|
||||||
sse3Support = featureSupport "sse3";
|
sse3Support = featureSupport "sse3";
|
||||||
ssse3Support = featureSupport "ssse3";
|
ssse3Support = featureSupport "ssse3";
|
||||||
sse4_1Support = featureSupport "sse4_1";
|
sse4_1Support = featureSupport "sse4_1";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue