Constant csx64::asm::expr::FLOAT_PRECISION[][src]

pub const FLOAT_PRECISION: u32 = 80;

Number of precision bits to use for floating point values. This is strictly larger than fpu precision (64) so that we can have nigh-perfect end-results from expr after truncating to 64.