aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Petit <kevin.petit@arm.com>2022-04-28 18:47:31 +0100
committerKevin Petit <kevin.petit@arm.com>2022-04-29 10:04:20 +0100
commit5de08d1db3c1de4fddf3f4bb7a286db35cb9f9d1 (patch)
treed5522c488fd295a169585b2defd50980b16df306
parent29fc289ad513a1a2633cf58fa8bb1875293686f0 (diff)
downloadspecification-5de08d1db3c1de4fddf3f4bb7a286db35cb9f9d1.tar.gz
Fix round argument category for ARITHMETIC_RIGHT_SHIFT
It should be an attribute. Signed-off-by: Kevin Petit <kevin.petit@arm.com> Change-Id: I2c9c73605486a44297dad105dbdb94abfb5903fb
-rw-r--r--chapters/ewise_binary.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapters/ewise_binary.adoc b/chapters/ewise_binary.adoc
index 6fecc2a..e25fb8d 100644
--- a/chapters/ewise_binary.adoc
+++ b/chapters/ewise_binary.adoc
@@ -1,7 +1,7 @@
//
// This confidential and proprietary software may be used only as
// authorised by a licensing agreement from ARM Limited
-// (C) COPYRIGHT 2020-2021 ARM Limited
+// (C) COPYRIGHT 2020-2022 ARM Limited
// ALL RIGHTS RESERVED
// The entire notice above must be reproduced on all authorised
// copies and copies may only be made to the extent permitted
@@ -59,7 +59,7 @@ Axis of size 1 will be broadcast, as necessary. Rank of input tensors must match
|Input|in_out_t*|input1|shape1|Input tensor
|Input|in_out_t*|input2|shape2|Input tensor with the same rank as input1
-|Input|bool_t|round|-|If true then the shift is rounded
+|Attribute|bool_t|round|-|If true then the shift is rounded
|Output|in_out_t*|output|shape|Output tensor with broadcast shape if necessary
|===