From d9b855f54285b99b502d68e89e7d2cd3d7181829 Mon Sep 17 00:00:00 2001 From: Wojciech Zmuda Date: Mon, 14 Oct 2024 22:41:01 +0200 Subject: [PATCH] Reword ops --- docs/ALU Design.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/ALU Design.md b/docs/ALU Design.md index 3417b8a7..10f7ebb8 100644 --- a/docs/ALU Design.md +++ b/docs/ALU Design.md @@ -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