From f3c8f8517bb11f69115e5c024f728a7b1a1139a5 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Mon, 23 Jul 2018 13:51:36 +0200 Subject: [PATCH] Document `simd_support` feature --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd1832b6bd4..c045baf5d40 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,9 @@ optional features are available: - `alloc` can be used instead of `std` to provide `Vec` and `Box`. - `i128_support` enables support for generating `u128` and `i128` values. - `log` enables some logging via the `log` crate. -- `nightly` enables all unstable features (`i128_support`). +- `nightly` enables all unstable features (`i128_support`, `simd_support`). - `serde1` enables serialization for some types, via Serde version 1. +- `simd_support` enables uniform sampling of SIMD types (integers and floats). - `stdweb` enables support for `OsRng` on `wasm32-unknown-unknown` via `stdweb` combined with `cargo-web`. - `wasm-bindgen` enables support for `OsRng` on `wasm32-unknown-unknown` via