Folkert de Vries
808d349fff
experiment with cargo nextest partitions
2026-01-27 00:18:16 +01:00
Folkert de Vries
b3e93fc242
use cargo miri nextest to parallelize miri tests
2026-01-27 00:16:01 +01:00
Caleb Zulawski
1ce33dd37d
Revert "Add no-extra-rounding-error flag to Miri CI config"
...
This reverts commit 323484c827 .
2025-08-18 01:37:12 -04:00
okaneco
323484c827
Add no-extra-rounding-error flag to Miri CI config
2025-08-18 01:18:46 -04:00
okaneco
07e9de0f6d
Remove i586-pc-windows-msvc from CI
2025-08-17 21:46:26 -04:00
WANG Rui
35ac70a478
ci: add support for loongarch64-unknown-linux-gnu
2024-11-04 09:37:18 +08:00
Trivikram Kamat
b6222cb8e4
ci: bump actions/checkout to v4
2024-09-09 06:46:12 -07:00
Caleb Zulawski
2a3b8ad223
Reduce proptest iterations
2024-08-08 21:14:37 -04:00
Caleb Zulawski
227a9d9e06
Fix layout of non-power-of-two length vectors
2024-06-17 00:19:55 -04:00
Daniel Paoliello
3c398a0820
Add arm64ec to the list of architectures to check
2024-06-13 09:58:35 -07:00
Caleb Zulawski
4fcf18b568
Fix macos tests in CI
2024-04-29 23:10:07 -04:00
Caleb Zulawski
fe815f775f
Simplify CI
2024-04-11 00:48:34 -04:00
Ralf Jung
0d6e714830
run Miri tests on CI
2024-04-06 22:20:32 +02:00
Daniel Paoliello
cff979eec1
Validate generating docs ( rust-lang/portable-simd#407 )
...
- Generate docs with warnings disabled.
- Instruct doctest to add `#![deny(warnings)]` to all tests.
2024-03-22 16:08:24 -07:00
Caleb Zulawski
b070f0f657
Fix cargo features in CI and enable them for testing
2023-10-01 23:34:48 -04:00
Caleb Zulawski
5e5745318a
Disable big endian ppc64
2023-07-27 10:15:05 -04:00
Caleb Zulawski
dbcbc3e4c5
Disable misbehaving targets
2023-07-27 00:07:28 -04:00
Caleb Zulawski
ca12492584
Revert some CI changes
2023-07-22 18:35:04 -04:00
Caleb Zulawski
e73d02929a
Specify emulated CPUs
2023-07-22 16:02:00 -04:00
Caleb Zulawski
49e92a2918
Improve powerpc subnormal flushing check
2023-07-22 14:18:16 -04:00
Caleb Zulawski
5c6405ba89
Disable riscv v extension
2023-07-22 10:24:32 -04:00
Caleb Zulawski
94f20143a9
Enable v extension on riscv
2023-07-22 09:48:26 -04:00
Caleb Zulawski
1948b02e40
Don't use native cpu in cross
2023-07-22 09:35:18 -04:00
Caleb Zulawski
40f04353d8
Fix workflow
2023-07-22 08:58:37 -04:00
Caleb Zulawski
36c8bf363f
Improve cross tests
2023-07-22 08:55:55 -04:00
Caleb Zulawski
8c89a7240c
Enable more cross tests
2023-07-22 00:44:48 -04:00
Jubilee Young
f2f9bd7eb1
Disable MIPS jobs in CI
2023-07-07 03:47:53 -07:00
Jacob Lifshay
8742a86b1d
add all_lane_counts feature to enable non-power-of-2 lane counts <= 64
2022-07-29 16:12:24 -07:00
Ralf Jung
b6ee5293f4
rust-lang/portable-simd#259 : remove Miri from CI
2022-03-11 18:14:52 -08:00
Ralf Jung
4023d77e39
run Miri on CI (but allowed to fail)
2022-03-09 10:59:28 -05:00
Jubilee Young
7d91357875
Dynamically detect AVX512 in CI
...
We would like to check for errors with AVX512,
but we don't pick our CPU. So, detect available features.
This variance in checks stochastically reveals issues.
Nondeterminism is acceptable as our goal is protecting downstream.
2021-11-10 14:40:32 -08:00
Jubilee Young
949f71c0dc
Deny warnings in CI and fix
2021-11-10 14:40:32 -08:00
Jubilee Young
c52083e256
Use the right name for AVX512F
2021-11-10 14:40:32 -08:00
Caleb Zulawski
349a61143c
Delete travis config, move tests to github actions.
2021-11-10 02:18:41 +00:00
Caleb Zulawski
8cf7a62e5d
Fix cargo features for nightly ( #155 )
...
* Fix cargo features for nightly
2021-09-08 17:01:16 -07:00
Caleb Zulawski
9ab050796f
Fix feature flag in CI
2021-07-28 04:33:57 +00:00
Caleb Zulawski
1f69bc459a
Add CI for testing cargo features
2021-07-28 04:26:55 +00:00
Caleb Zulawski
732b7edfab
Add fmt and clippy to CI ( #147 )
...
* Add fmt and clippy to CI
* Add rust components
* Fix formatting
2021-07-23 17:43:53 -07:00
Jubilee Young
fd6179b4cd
Add a blank issue template
...
Setting this in config.yml only enables the appearance of a tiny link
on GitHub that is hard to see and find. This template adds a "blank issue"
link that is as equally visible as the rest of the template options.
2021-02-02 18:12:26 -08:00
Jubilee Young
e4cdd15b21
Add issue templates
...
The main purpose of these is to offer rerouting where rerouting is
appropriate. Mostly derived from existing examples in rust-lang/rust.
2021-02-02 17:23:23 -08:00
Caleb Zulawski
d72927c85b
Switch docs deploy to GITHUB_TOKEN
2020-12-28 23:48:18 -05:00
Caleb Zulawski
cd36c983e7
Deploy documentation to GitHub Pages
2020-12-27 19:36:12 -05:00
Jubilee Young
7538ff810a
Revert "Disable riscv64gc"
...
This reverts commit 3ad356d902 .
2020-11-30 19:26:53 -08:00
Caleb Zulawski
3ad356d902
Disable riscv64gc
2020-10-12 15:36:14 -04:00
Thom Chiovoloni
e8a7f474bb
Rewrite (and improve) CI.
2020-10-07 09:02:34 -07:00
Jubilee Young
9028cdde14
Offer a checklist for math PRs
2020-10-01 19:50:49 -07:00