Skip to main content

LT_FLOAT

Constant LT_FLOAT 

Source
pub const LT_FLOAT: u8 = 0x26;
Expand description

Typed < for two Float operands. as_float (raw f64::from_bits) on both sides, IEEE 754 compare, push bool. Hot in numeric loops (Mandelbrot inner step match curZ2 > 4.0 { … } etc.); profile shows compare_lt at 2.6% self-time on fractal_seahorse.