From 7a972150d7bfd82a775fd1db6b70a8644e285836 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:06:32 +0100 Subject: Updating ARITHMETIC_RIGHT_SHIFT tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: I04d4bb6669b1967fef686cf67549bb08344c2570 --- .../Conformance-result-0.json | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_1_i16_roundFalse/Conformance-result-0.json (limited to 'operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_1_i16_roundFalse/Conformance-result-0.json') diff --git a/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_1_i16_roundFalse/Conformance-result-0.json b/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_1_i16_roundFalse/Conformance-result-0.json new file mode 100644 index 000000000..5f1261d48 --- /dev/null +++ b/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_1_i16_roundFalse/Conformance-result-0.json @@ -0,0 +1,52 @@ +{ + "type": "int32", + "data": [ + -1, + -4, + -948, + -1, + -4, + -2, + -4, + -8, + -948, + -8, + -1, + -119, + -4, + -1895, + -60, + -30, + -1, + -237, + -119, + -30, + -1, + -1, + -1895, + -237, + -1, + -1895, + -1, + -119, + -1, + -119, + -30, + -2, + -474, + -8, + -8, + -1, + -1, + -2, + -30, + -30, + -30, + -1, + -60, + -474, + -60, + -1895, + -948 + ] +} \ No newline at end of file -- cgit v1.2.1