推广
promote
指令用于将类型为 f32
的数字转换为(提升)类型为 f64
的数字。
试一试
语法
wasm
;; push an f32 onto the stack
f32.const 10.5
;; promote from f32 to f64
f64.promote_f32
;; the top item on the stack will now be the value 10.5 of type f64
指令 | 二进制操作码 |
---|---|
f64.promote_f32 |
0xbb |