Skip to content

Commit

Permalink
Reword ops
Browse files Browse the repository at this point in the history
  • Loading branch information
wzmuda committed Oct 14, 2024
1 parent 4ad2f61 commit d9b855f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/ALU Design.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,14 @@ All other naming rules defined for instructions also apply to intrinsics.
### Operations

The list below specifies all implementations of arithmetic operations that will be provided by ALU.
The list is divided to implementations emulating LLVM instructions and implementations emulating
LLVM intrinsics. Implementations for every supported integer lengths are specified. Their names
follow the naming convention explained in the above section. Each instruction or intrinsic name is a
link to the relevant part of the LLVM language reference.
The list is divided to two parts:

- implementations emulating LLVM instructions,
- implementations emulating LLVM intrinsics.

Implementations for every supported integer lengths are specified. Their names follow the naming
convention explained in the section above. Each instruction or intrinsic name is a link to the
relevant part of the LLVM Language Reference Manual.

#### Based on instructions

Expand Down

0 comments on commit d9b855f

Please sign in to comment.