Function simdnoise::sse41::fbm_4d[][src]

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

Get a single value of 4d fractal brownian motion.