simde: add riscv platforms

This commit is contained in:
Steven Keuchel 2024-03-14 23:51:19 +01:00
parent 30ccdc28ec
commit a348c67ea2
1 changed files with 1 additions and 0 deletions

View File

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