Browse Source

Add riscv64 backend to the README (#6085)

pull/6086/head
Juan Bono 2 years ago
committed by GitHub
parent
commit
1ed7c89e3d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      cranelift/README.md

4
cranelift/README.md

@ -44,8 +44,8 @@ active effort to formally verify Cranelift's instruction-selection backends. We
take security seriously and have a [security policy] as a part of Bytecode
Alliance.
Cranelift has three backends: x86-64, aarch64 (aka ARM64), and s390x (aka IBM
Z). All three backends fully support enough functionality for Wasm MVP, and
Cranelift has four backends: x86-64, aarch64 (aka ARM64), s390x (aka IBM
Z) and riscv64. All backends fully support enough functionality for Wasm MVP, and
x86-64 and aarch64 fully support SIMD as well. On x86-64, Cranelift supports
both the System V AMD64 ABI calling convention used on many platforms and the
Windows x64 calling convention. On aarch64, Cranelift supports the standard

Loading…
Cancel
Save