We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c298a commit 09ba2efCopy full SHA for 09ba2ef
model/extensions/FD/zfa_insts.sail
@@ -123,7 +123,7 @@ function clause execute (FLI_D(constantidx, rd)) = {
123
let bits : bits(64) = match constantidx {
124
0b00000 => { 0xbff0000000000000 }, // -1.0
125
0b00001 => { 0x0010000000000000 }, // minimum positive normal
126
- 0b00010 => { 0x3Ef0000000000000 }, // 1.0 * 2^-16
+ 0b00010 => { 0x3ef0000000000000 }, // 1.0 * 2^-16
127
0b00011 => { 0x3f00000000000000 }, // 1.0 * 2^-15
128
0b00100 => { 0x3f70000000000000 }, // 1.0 * 2^-8
129
0b00101 => { 0x3f80000000000000 }, // 1.0 * 2^-7
0 commit comments