Function simdnoise::avx2::fbm_4d[][src]

pub unsafe fn fbm_4d(
    x: __m256,
    y: __m256,
    z: __m256,
    w: __m256,
    freq: __m256,
    lac: __m256,
    gain: __m256,
    octaves: u8
) -> __m256
This is supported with target feature avx2 only.

Get a single value of 4d fractal brownian motion.