The OpenD Programming Language

_mm_load1_ps

Load a single-precision (32-bit) floating-point element from memory into all elements.

import inteli.xmmintrin;
nothrow @nogc
alias _mm_load1_ps = _mm_load_ps1

Meta