From e93e0e149e087e08eca2885f1a748a4e88ffe55d Mon Sep 17 00:00:00 2001 From: "Field G. Van Zee" Date: Tue, 7 Aug 2018 15:54:30 -0500 Subject: [PATCH] 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). --- frame/1d/bli_l1d_ft.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/frame/1d/bli_l1d_ft.h b/frame/1d/bli_l1d_ft.h index d3f9c123a..0f64c397b 100644 --- a/frame/1d/bli_l1d_ft.h +++ b/frame/1d/bli_l1d_ft.h @@ -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