[][src]Function simdnoise::avx2::simplex_2d

pub unsafe fn simplex_2d(x: __m256, y: __m256, seed: i32) -> __m256
This is supported with target feature avx2 only.

Get a single value of 2d simplex noise, results are not scaled.