asm_intel_x86.h
来自「exmat - The Expression Template Matrix L」· C头文件 代码 · 共 8 行
H
8 行
/*
* SIMD SSE functions using inline assembly, Intel's syntax
*/
void SSE_MMulM4x4f_row_aligned(float* d, const float* const l, const float* const r);
void SSE_Matrix4x4f_Mul_Vector4f_row_aligned(float* d, const float* const l, const float* const r);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?