Trevor Gross
|
a9407010b4
|
Enable MPFR tests on i586
MPFR does build and run correctly without SSE, but requires
`force-cross` be enabled.
|
2025-01-06 15:41:39 -05:00 |
|
WANG Rui
|
baae082fc5
|
ci: add support for loongarch64-unknown-linux-gnu
|
2024-10-31 13:20:07 -05:00 |
|
Trevor Gross
|
54c8ae0980
|
Run tests against MPFR on CI where possible
This effectively gives us tests against infinite-precision results on
MacOS and x86+sse Linux.
|
2024-10-28 21:29:31 -05:00 |
|
Trevor Gross
|
31d0132ac1
|
Add dockerfiles for i586, riscv, and thumb
These targets are tested in `compiler-builtins`, but not yet `libm`. Add
dockerfiles to prepare for this.
|
2024-10-28 12:59:38 -05:00 |
|
Trevor Gross
|
d0f1dd6010
|
Set target-specific AR and CC arguments
The Rust `cc` crate reads these, so make sure they are set for when we
start making use of `cc`.
|
2024-10-06 00:18:00 -05:00 |
|
Trevor Gross
|
0be441d5ad
|
Update Ubuntu images to 24.04
We don't have any specific reason to stay on 18.04, so upgrade to the
latest LTS version.
|
2024-10-06 00:10:12 -05:00 |
|
Alex Crichton
|
8d79795d70
|
Overhaul tests
* Move everything to azure pipelines
* Inline docker configuration in this repo (no `cross`)
* Delete `no-panic` example, use `#[no_panic]` instead.
|
2019-05-02 11:37:21 -07:00 |
|