This commit is contained in:
Andrey Zgarbul 2018-07-14 00:58:02 +03:00
parent 52dba9843b
commit a372fff7fa

View file

@ -255,7 +255,7 @@ pub(crate) fn rem_pio2_large(x : &[f64], y : &mut [f64], e0 : i32, prec : usize)
let x1p24 = f64::from_bits(0x4170000000000000); // 0x1p24 === 2 ^ 24
let x1p_24 = f64::from_bits(0x3e70000000000000); // 0x1p_24 === 2 ^ (-24)
#[cfg(not(ldbl_max_exp_more1024))]
#[cfg(target_pointer_width = "64")]
assert!(e0 <= 16360);
let nx = x.len();