Home
last modified time | relevance | path

Searched refs:storeu (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/crt/
H A Dfvec.h116 inline void storeu(float *p,const F32vec4 &a) { _mm_storeu_ps(p,a); } in storeu() function
H A Ddvec.h821 inline void storeu(double *p,const F64vec2 &a) { _mm_storeu_pd(p,a); } in storeu() function