Skip to content

Commit 2380df2

Browse files
committed
build: remove simd_support feature
This is no longer used, now that we default to pulp for runtime CPU feature detection.
1 parent 3582d1d commit 2380df2

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,3 @@ equator = "0.4.2"
4545
[[bench]]
4646
name = "sample"
4747
harness = false
48-
49-
[features]
50-
nightly = ["simd_support"]
51-
52-
simd_support = []

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![cfg_attr(feature = "simd_support", feature(portable_simd))]
2-
#![cfg_attr(feature = "simd_support", feature(slice_as_chunks))]
31
//! Sample from posterior distributions using the No U-turn Sampler (NUTS).
42
//! For details see the original [NUTS paper](https://arxiv.org/abs/1111.4246)
53
//! and the more recent [introduction](https://arxiv.org/abs/1701.02434).

0 commit comments

Comments
 (0)