Cargo Features

[dependencies]
norx = { version = "0.1.1", default-features = false, features = ["simd", "W32", "W64", "L4", "L6", "P1", "P4"] }
default = L4, P1, W64

These default features are set whenever norx is added without default-features = false somewhere in the dependency tree.

simd

Enables simd of norx-permutation

W32

Enables W32 of norx-permutation

W64 default

Enables W64 of norx-permutation

L4 default

Enables L4 of norx-permutation

L6

Enables L6 of norx-permutation

P1 default

Affects constant::P

P4 = if_chain

Affects common::with_x4, common::branch_x4, common::merge_x4, constant::P

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

if_chain P4?

Enables if_chain ^0.1