aboutsummaryrefslogtreecommitdiff
path: root/chapters/custom.adoc
diff options
context:
space:
mode:
authorKevin Petit <kevin.petit@arm.com>2024-01-25 14:53:20 +0000
committerEric Kunze <eric.kunze@arm.com>2024-01-28 15:59:46 +0000
commit7e5d187c612fcc715ea3f7f0c900eb13af75a660 (patch)
treea933798aa65c5bdc580f51538ffa28563cf69ebf /chapters/custom.adoc
parent608588390a90e6e337a592b62cf811d1ea8ea0fd (diff)
downloadspecification-7e5d187c612fcc715ea3f7f0c900eb13af75a660.tar.gz
Add missing pseudocode for CONST, CUSTOM, ERF, and IDENTITY operators
Signed-off-by: Kevin Petit <kevin.petit@arm.com> Change-Id: Icb824233e5be84ac0eb693459b65441e9ae6c545
Diffstat (limited to 'chapters/custom.adoc')
-rw-r--r--chapters/custom.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapters/custom.adoc b/chapters/custom.adoc
index 76f3eb4..6d7eb49 100644
--- a/chapters/custom.adoc
+++ b/chapters/custom.adoc
@@ -22,5 +22,5 @@ include::{generated}/operators/CUSTOM.adoc[]
[source,c++]
----
-// Implementation defined behavior
----- \ No newline at end of file
+include::{pseudocode}/operators/CUSTOM.tosac[lines=10..-1]
+----