Skip to content

Commit

Permalink
Merge pull request #266 from Outurnate/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Jul 31, 2022
2 parents d6d8a16 + 1236519 commit 2af4e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/rem_pio2_large.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const INIT_JK: [usize; 4] = [3, 4, 4, 6];
//
// NB: This table must have at least (e0-3)/24 + jk terms.
// For quad precision (e0 <= 16360, jk = 6), this is 686.
#[cfg(target_pointer_width = "32")]
#[cfg(any(target_pointer_width = "32", target_pointer_width = "16"))]
const IPIO2: [i32; 66] = [
0xA2F983, 0x6E4E44, 0x1529FC, 0x2757D1, 0xF534DD, 0xC0DB62, 0x95993C, 0x439041, 0xFE5163,
0xABDEBB, 0xC561B7, 0x246E3A, 0x424DD2, 0xE00649, 0x2EEA09, 0xD1921C, 0xFE1DEB, 0x1CB129,
Expand Down

0 comments on commit 2af4e21

Please sign in to comment.