-
Notifications
You must be signed in to change notification settings - Fork 33
Fix _unsafe_trunc
for BigFloat
on ARM
#203
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
Conversation
BigFloat
on ARM_unsafe_trunc
for BigFloat
on ARM
Codecov Report
@@ Coverage Diff @@
## master #203 +/- ##
==========================================
- Coverage 89.30% 88.91% -0.39%
==========================================
Files 6 6
Lines 458 460 +2
==========================================
Hits 409 409
- Misses 49 51 +2
Continue to review full report at Codecov.
|
This also moves `_unsafe_trunc` to "src/utilities.jl".
The tests were passed on ARM. Since this package is low-level and Linux-aarch64 is in Tier 1, I think it might be a good idea to add aarch64 into the CI targets. However, the arm64 environment in Travis may differ from the practical environment because it does not support any extension instruction sets such as NEON. |
Even if it is not a perfect setting, adding |
My little concern is that the arm64 environment in Travis is a bit slow. Maybe:
|
Windows x86 is no-longer at tier 1 support, so it makes sense to not include it in CI. I'm not 100% sure of it, though. JuliaLang/www.julialang.org#667
I assume this is |
I meant |
I don't follow architectures carefully but I'd support adding a new one to tests. How long are we talking to run the tests on |
Fixes #202.
This also moves
_unsafe_trunc
to "src/utilities.jl". It has been used in ”fixed.jl" for 2 years.FixedPointNumbers.jl/src/fixed.jl
Line 53 in 39d4687
I didn't have the plans, but I'd like to release v0.8.4.