Skip to content

Commit

Permalink
Missing implies
Browse files Browse the repository at this point in the history
  • Loading branch information
flaub committed May 20, 2023
1 parent 0415638 commit 6c6f98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ The following feature flags are present in one or more of the crates listed abov
| Feature | Target(s) | Implies | Description | Crates |
| -------- | ----------------- | ---------- | ------------------------------------------------------------------------------------- | ------------------------------------------- |
| cuda | | prove, std | Turns on CUDA GPU acceleration for the prover. Requires CUDA toolkit to be installed. | risc0-circuit-rv32im, risc0-zkp, risc0-zkvm |
| metal | macos | prove | Turns on Metal GPU acceleration for the prover. | risc0-circuit-rv32im, risc0-zkp, risc0-zkvm |
| metal | macos | prove, std | Turns on Metal GPU acceleration for the prover. | risc0-circuit-rv32im, risc0-zkp, risc0-zkvm |
| profiler | all | | Counts cycles during guest execution as an aid to code optimization. | risc0-zkvm |
| prove | all except rv32im | std | Enables the prover, incompatible within the zkvm guest. | risc0-circuit-rv32im, risc0-zkp, risc0-zkvm |
| std | all | | Support for the Rust stdlib. | risc0-circuit-rv32im, risc0-zkp, risc0-zkvm |
Expand Down

0 comments on commit 6c6f98d

Please sign in to comment.