aboutsummaryrefslogtreecommitdiff
path: root/pseudocode/operators/CAST.tosac
diff options
context:
space:
mode:
Diffstat (limited to 'pseudocode/operators/CAST.tosac')
-rw-r--r--pseudocode/operators/CAST.tosac2
1 files changed, 1 insertions, 1 deletions
diff --git a/pseudocode/operators/CAST.tosac b/pseudocode/operators/CAST.tosac
index f6306b3..8d816ca 100644
--- a/pseudocode/operators/CAST.tosac
+++ b/pseudocode/operators/CAST.tosac
@@ -23,5 +23,5 @@ for_each(index in shape) {
} else {
out = truncate(in);
}
- tensor_write<out_t>(output, shape, index, out)
+ tensor_write<out_t>(output, shape, index, out);
}