Skip to content

Commit 1b6fc0c

Browse files
authored
fix: fp.idl
Remove duplicated lines that got added by mistake Signed-off-by: Shashank V M <svivekan@qti.qualcomm.com>
1 parent 1566e31 commit 1b6fc0c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

spec/std/isa/isa/fp.idl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ Bits<32> UI32_POS_OVERFLOW = 32'hFFFF_FFFF; # maximum unsigned 32-bit integer
3232
Bits<32> UI32_NAN = 32'hFFFF_FFFF; # NaN to unsigned 32-bit integer
3333
Bits<32> I32_NAN = 32'h7FFF_FFFF; # NaN to signed 32-bit integer
3434

35-
36-
Bits<32> UI32_NEG_OVERFLOW = 32'h0000_0000; # minimum unsigned 32-bit integer
37-
Bits<32> UI32_POS_OVERFLOW = 32'hFFFF_FFFF; # maximum unsigned 32-bit integer
38-
39-
Bits<32> UI32_NAN = 32'hFFFF_FFFF; # NaN to unsigned 32-bit integer
40-
Bits<32> I32_NAN = 32'h7FFF_FFFF; # NaN to signed 32-bit integer
41-
42-
4335
enum RoundingMode {
4436
RNE 0b000 # Round to Nearest, ties to Even
4537
RTZ 0b001 # Round toward Zero

0 commit comments

Comments
 (0)