File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 27
27
uses : actions-rs/cargo@v1
28
28
with :
29
29
command : check
30
- args : --features=nightly
31
30
- name : Run cargo check
32
31
uses : actions-rs/cargo@v1
33
32
with :
57
56
uses : actions-rs/cargo@v1
58
57
with :
59
58
command : test
60
- args : --features=nightly
61
59
- name : Run cargo test
62
60
uses : actions-rs/cargo@v1
63
61
with :
Original file line number Diff line number Diff line change @@ -45,8 +45,3 @@ equator = "0.4.2"
45
45
[[bench ]]
46
46
name = " sample"
47
47
harness = false
48
-
49
- [features ]
50
- nightly = [" simd_support" ]
51
-
52
- simd_support = []
Original file line number Diff line number Diff line change 1
- #![ cfg_attr( feature = "simd_support" , feature( portable_simd) ) ]
2
- #![ cfg_attr( feature = "simd_support" , feature( slice_as_chunks) ) ]
3
1
//! Sample from posterior distributions using the No U-turn Sampler (NUTS).
4
2
//! For details see the original [NUTS paper](https://arxiv.org/abs/1111.4246)
5
3
//! and the more recent [introduction](https://arxiv.org/abs/1701.02434).
You can’t perform that action at this time.
0 commit comments