-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support and CI checks for 32-bit x86 architectures
Format in `mod.rs` Modernize `impl_lcm_array` macro to avoid warnings * Warnings because `skip` is not a valid `cfg` flag; use extra case instead * `?` has been stabilized in rust and is more precise than `*` Disable compilation of avx2 code on i686 architectures chore: bump patch version Use `Focal Fossa` image in travis ci Default is `Xenial` but the glibc version for that one is too old and makes wasi error in CI: ``` wasmtime: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by wasmtime) wasmtime: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by wasmtime) The command "ci/script.sh" exited with 1. ``` Prepare to support 32-bit avx2 This reverts commit cdef661. Different import on 32-bit architecture fmt in decode/mod.rs feature `bench_black_box` has been stabilized Add 32 bit test on amd64 Clarify precendence in `bytes_per_line` Add `gcc-multilib` to allow compilation on 32 bit targets Remove spurious newline
- Loading branch information
Showing
9 changed files
with
31 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters