[][src]Function simdnoise::avx2::turbulence_2d

pub unsafe fn turbulence_2d(
    x: __m256,
    y: __m256,
    lac: __m256,
    gain: __m256,
    octaves: u8,
    seed: i32
) -> __m256
This is supported with target feature avx2 only.

Get a single value of 2d turbulence.