aboutsummaryrefslogtreecommitdiff
path: root/chapters/ewise_binary.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'chapters/ewise_binary.adoc')
-rw-r--r--chapters/ewise_binary.adoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/chapters/ewise_binary.adoc b/chapters/ewise_binary.adoc
index 18518bd..45075e9 100644
--- a/chapters/ewise_binary.adoc
+++ b/chapters/ewise_binary.adoc
@@ -208,12 +208,13 @@ for_each(index in shape) {
|Any|signed 32|int32_t
|===
-==== DIV
+==== INTDIV
-Elementwise divide of input1 by input2.
+Elementwise integer divide of input1 by input2.
The result of the divide is truncated towards zero.
-Only used for integer operation.
+Expected use is for operations on non-scaled integers.
Floating point divide should use RECIPROCAL and MUL.
+Quantized integer divide should use TABLE (for 1/x) and MUL.
*Arguments:*