X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=common_c.h;h=ce0f2a5bdb8f6b6e6963d46826893f9861584fcb;hb=refs%2Fheads%2Ftizen_5.5;hp=724d1e26148617895f06b1424f8b6b6669c0f2a8;hpb=7b277f01107c4158e4b7c85156f2b6fab4f4dd5e;p=platform%2Fupstream%2Fopenblas.git diff --git a/common_c.h b/common_c.h index 724d1e2..ce0f2a5 100644 --- a/common_c.h +++ b/common_c.h @@ -220,6 +220,16 @@ #define COMATCOPY_K_CTC comatcopy_k_ctc #define COMATCOPY_K_RTC comatcopy_k_rtc +#define CIMATCOPY_K_CN cimatcopy_k_cn +#define CIMATCOPY_K_RN cimatcopy_k_rn +#define CIMATCOPY_K_CT cimatcopy_k_ct +#define CIMATCOPY_K_RT cimatcopy_k_rt +#define CIMATCOPY_K_CNC cimatcopy_k_cnc +#define CIMATCOPY_K_RNC cimatcopy_k_rnc +#define CIMATCOPY_K_CTC cimatcopy_k_ctc +#define CIMATCOPY_K_RTC cimatcopy_k_rtc + +#define CGEADD_K cgeadd_k #else @@ -403,6 +413,17 @@ #define COMATCOPY_K_CTC gotoblas -> comatcopy_k_ctc #define COMATCOPY_K_RTC gotoblas -> comatcopy_k_rtc +#define CIMATCOPY_K_CN gotoblas -> cimatcopy_k_cn +#define CIMATCOPY_K_RN gotoblas -> cimatcopy_k_rn +#define CIMATCOPY_K_CT gotoblas -> cimatcopy_k_ct +#define CIMATCOPY_K_RT gotoblas -> cimatcopy_k_rt +#define CIMATCOPY_K_CNC gotoblas -> cimatcopy_k_cnc +#define CIMATCOPY_K_RNC gotoblas -> cimatcopy_k_rnc +#define CIMATCOPY_K_CTC gotoblas -> cimatcopy_k_ctc +#define CIMATCOPY_K_RTC gotoblas -> cimatcopy_k_rtc + +#define CGEADD_K gotoblas -> cgeadd_k + #endif #define CGEMM_NN cgemm_nn