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 4b43700 commit 53dede9Copy full SHA for 53dede9
src/cmd/compile/internal/ssa/gen/genericOps.go
@@ -340,7 +340,7 @@ var genericOps = []opData{
340
// Note: ConstX are sign-extended even when the type of the value is unsigned.
341
// For instance, uint8(0xaa) is stored as auxint=0xffffffffffffffaa.
342
{name: "Const64", aux: "Int64"}, // value is auxint
343
- {name: "Const32F", aux: "Float32"}, // value is math.Float64frombits(uint64(auxint)) and is exactly prepresentable as float 32
+ {name: "Const32F", aux: "Float32"}, // value is math.Float64frombits(uint64(auxint)) and is exactly representable as float 32
344
{name: "Const64F", aux: "Float64"}, // value is math.Float64frombits(uint64(auxint))
345
{name: "ConstInterface"}, // nil interface
346
{name: "ConstSlice"}, // nil slice
0 commit comments