Function surge_wavetable::imports::imports::imports::_mm_cvtsd_u64[][src]

pub unsafe fn _mm_cvtsd_u64(a: __m128d) -> u64
🔬 This is a nightly-only experimental API. (stdsimd)
This is supported with target feature avx512f only.
Expand description

Convert the lower double-precision (64-bit) floating-point element in a to an unsigned 64-bit integer, and store the result in dst.

Intel’s documentation