Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ieee754_rem_pio2 in favor of a rem_pio2_kernel written in Julia. #22603

Merged
merged 39 commits into from
Aug 2, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
3f951d1
Remove ieee754_rem_pio2 in favor of a rem_pio2_kernel written in Julia.
pkofod Jun 28, 2017
62a91ed
Add missing begin key.
pkofod Jun 29, 2017
16ec5f0
Remove _approx.
pkofod Jun 29, 2017
6f8e725
Move to separate files.
pkofod Jun 29, 2017
c6f593e
Fix LICENSE.md to mention FDLIBM instead of Openlibm.
pkofod Jun 29, 2017
5fd35f4
Address comments.
pkofod Jun 30, 2017
1d2faa6
Strengthen test to faithfully rounded.
pkofod Jun 30, 2017
7878d2c
Fix LICENSE.md message for rem_pio2.
pkofod Jun 30, 2017
0017edd
Fix style in LICENSE.md entry.
pkofod Jun 30, 2017
8258c48
Remove semicolons.
pkofod Jun 30, 2017
83da1a2
Move highword up, and remove duplicate unsafe_trunc.
pkofod Jun 30, 2017
27455bf
Fix LICENSE.md by removing a bullet and changing license of base/spec…
pkofod Jun 30, 2017
bb626b3
Change license info for base/special/exp.jl.
pkofod Jul 1, 2017
45d4ba1
Small changes.
pkofod Jul 1, 2017
ff19e40
Get and reset precision for BigFloats, and space before rem in -rem.
pkofod Jul 1, 2017
375b8af
setprecision do
pkofod Jul 1, 2017
8ca63c1
Add comments, move test, and switch to muladd in some places.
pkofod Jul 5, 2017
1ef4918
Fix y1 branches of rem2pi.
pkofod Jul 5, 2017
a1f1c34
Small changes.
pkofod Jul 5, 2017
ecc6963
Move comment in rem_pio2.jl and add test for fast branch of mod2pi.
pkofod Jul 6, 2017
f8090f5
rint docstring fix and make it clear what the constant is.
pkofod Jul 6, 2017
eed7e62
Update comment for INV2PI.
pkofod Jul 6, 2017
dd2c152
Fix wrong test set name.
pkofod Jul 6, 2017
c06e2f3
Tests against ieee754_rem_pio2 output.
pkofod Jul 8, 2017
6a5dc4a
Inline cody_waite functions.
pkofod Jul 8, 2017
50e52e3
rint -> round, remove rint, remove one argument cody waite, replace I…
pkofod Jul 9, 2017
7b6213e
Add some tests.
pkofod Jul 9, 2017
ae8577c
Inline rem_pio2_kernel, and rearrange code slightly.
pkofod Jul 13, 2017
ba62caf
fix xhp
pkofod Jul 14, 2017
f209c0a
Use DoubleFloat64.
pkofod Jul 21, 2017
994e158
Move constants into functions.
pkofod Jul 22, 2017
aba4579
Fix escaping of mod
pkofod Jul 22, 2017
4865a41
Fix tests and remove specific variables.
pkofod Jul 22, 2017
6dda42c
Fix tests
pkofod Jul 23, 2017
8adb120
Fix issues raised in comments.
pkofod Jul 26, 2017
0545479
More appropriate ulp test (test against eps of reference number).
pkofod Jul 26, 2017
8ee70a1
Merge branch 'master' into rempio2gsoc
pkofod Jul 30, 2017
765c566
Change link to a stable github link.
pkofod Jul 31, 2017
32d2839
Merge remote-tracking branch 'pkofod/rempio2gsoc' into rempio2gsoc
pkofod Jul 31, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading