intrinsic.h

来自「exmat - The Expression Template Matrix L」· C头文件 代码 · 共 13 行

H
13
字号
/*
 *	SIMD SSE functions using Intel's intrinsic
 */

/*! \author Alex Man
    Mul operations (row aligned)
*/
void SSE_MMulM4x4f_row_aligned(float* d, const float* const l, const float* const r);

/*! \author Alex Man
 */
void SSE_Matrix4x4f_Mul_Vector4f_row_aligned(float* d, const float* const l, const float* const r);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?