Skip to content

Commit

Permalink
Fix link in FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
hanno-becker committed Dec 19, 2023
1 parent 66a8caf commit 4b25416
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ is beneficial (e.g. because other code-generation techniques do not find ideal i

Most likely, they serve different purposes. SLOTHY aims to do one thing, and do it well: Code generation _after_ instruction selection.
It is thus independent of and potentially combinable with superoptimizers operating at earlier stages of the code-generation process,
notably peephole optimizers such as [souper](https://github.com/google/souper) and [CryptOpt](https://github.com/ 0xADE1A1DE/CryptOpt).
notably peephole optimizers such as [souper](https://github.com/google/souper) and [CryptOpt](https://github.com/0xADE1A1DE/CryptOpt).

#### Does SLOTHY support x86?

Expand All @@ -44,4 +44,5 @@ and output.

#### Why is my question not here?

Ping us!
Ping us! ([GitHub](https://github.com/slothy-optimizer/slothy/issues), or see [paper](https://eprint.iacr.org/2022/1303.pdf) for
contact information).

0 comments on commit 4b25416

Please sign in to comment.