atl_ger1_sse.c

来自「基于Blas CLapck的.用过的人知道是干啥的」· C语言 代码 · 共 43 行

C
43
字号
#ifndef ATL_GAS_x8632   #error "This kernel requires gas x86-32 assembler!"#endif#define GER#ifdef SREAL   #define STRIDE 4   #define LUNROLL 16   #define PREFETCH 12   #define NDPM 4   #define ALIGN#endif#ifdef SCPLX   #define STRIDE 1   #define LUNROLL 32   #define NDPM 2#endif#ifdef DREAL#ifdef ATL_SSE2   #define STRIDE 2   #define PREFETCH 256   #define LUNROLL 16   #define NDPM 4/*    #define ALIGN */#else   #define STRIDE 20   #define PREFETCH 64   #define LUNROLL 32   #define NDPM 2#endif#endif#ifdef DCPLX   #define STRIDE 10   #define LUNROLL 8   #define NDPM 2#endif#include "ATL_gemv_ger_SSE.h"

⌨️ 快捷键说明

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