[][src]Function simdnoise::sse2::simplex_2d

pub unsafe fn simplex_2d(x: __m128, y: __m128) -> __m128
This is supported with target feature sse2 only.

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