cfg fix
This commit is contained in:
parent
52dba9843b
commit
a372fff7fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue