aboutsummaryrefslogtreecommitdiff
path: root/chapters/comparison.adoc
diff options
context:
space:
mode:
authorDominic Symes <dominic.symes@arm.com>2022-11-04 18:00:03 +0000
committerEric Kunze <eric.kunze@arm.com>2022-12-05 19:18:51 +0000
commite4d6a1b99337f33cfaf343005e355ef7a68b2be9 (patch)
tree32ae772f418c53ad90e7f069caf59f51dfb7b6f0 /chapters/comparison.adoc
parent1cf84e95f85d510f55720fb98694530923ba9a1c (diff)
downloadspecification-e4d6a1b99337f33cfaf343005e355ef7a68b2be9.tar.gz
Add Levels defintion
Add definition of Level 1.0. Signed-off-by: Dominic Symes <dominic.symes@arm.com> Change-Id: I1b34ae22396f273cc5ecdf99198fdbece6e2809c
Diffstat (limited to 'chapters/comparison.adoc')
-rw-r--r--chapters/comparison.adoc6
1 files changed, 0 insertions, 6 deletions
diff --git a/chapters/comparison.adoc b/chapters/comparison.adoc
index 00ecdd9..f4da361 100644
--- a/chapters/comparison.adoc
+++ b/chapters/comparison.adoc
@@ -15,8 +15,6 @@ Elementwise comparison operation
include::{generated}/operators/EQUAL.adoc[]
-*Operation Function:*
-
[source,c++]
----
for_each(index in shape) {
@@ -39,8 +37,6 @@ Elementwise greater than comparison operation
include::{generated}/operators/GREATER.adoc[]
-*Operation Function:*
-
[source,c++]
----
for_each(index in shape) {
@@ -63,8 +59,6 @@ Elementwise comparison operation
include::{generated}/operators/GREATER_EQUAL.adoc[]
-*Operation Function:*
-
[source,c++]
----
for_each(index in shape) {