We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3582d1d commit 2380df2Copy full SHA for 2380df2
Cargo.toml
@@ -45,8 +45,3 @@ equator = "0.4.2"
45
[[bench]]
46
name = "sample"
47
harness = false
48
-
49
-[features]
50
-nightly = ["simd_support"]
51
52
-simd_support = []
src/lib.rs
@@ -1,5 +1,3 @@
1
-#![cfg_attr(feature = "simd_support", feature(portable_simd))]
2
-#![cfg_attr(feature = "simd_support", feature(slice_as_chunks))]
3
//! Sample from posterior distributions using the No U-turn Sampler (NUTS).
4
//! For details see the original [NUTS paper](https://arxiv.org/abs/1111.4246)
5
//! and the more recent [introduction](https://arxiv.org/abs/1701.02434).
0 commit comments