Merge pull request #296011 from skeuchel/riscv-simde

simde: add riscv platforms
This commit is contained in:
Peder Bergebakken Sundt 2024-04-17 17:09:35 +02:00 committed by GitHub
commit cdb471ed7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
x86
power
mips
riscv
]);
};
}