mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
Removed redefinition of axpyv, scal2v func types.
Details: - Removed a stray/accidental redefinition of axpyv and scal2v function types in frame/1d/bli_l1d_ft.h (probably a copy/paste leftover during development).
This commit is contained in:
@@ -79,24 +79,6 @@ typedef void (*PASTECH3(ch,opname,EX_SUF,tsuf)) \
|
||||
INSERT_GENTDEF( axpyd )
|
||||
INSERT_GENTDEF( scal2d )
|
||||
|
||||
// axpyv, scal2v
|
||||
|
||||
#undef GENTDEF
|
||||
#define GENTDEF( ctype, ch, opname, tsuf ) \
|
||||
\
|
||||
typedef void (*PASTECH3(ch,opname,EX_SUF,tsuf)) \
|
||||
( \
|
||||
conj_t conjx, \
|
||||
dim_t n, \
|
||||
ctype* alpha, \
|
||||
ctype* x, inc_t incx, \
|
||||
ctype* y, inc_t incy \
|
||||
BLIS_TAPI_EX_PARAMS \
|
||||
);
|
||||
|
||||
INSERT_GENTDEF( axpyv )
|
||||
INSERT_GENTDEF( scal2v )
|
||||
|
||||
// invertd
|
||||
|
||||
#undef GENTDEF
|
||||
|
||||
Reference in New Issue
Block a user