mirror of
https://github.com/amd/blis.git
synced 2026-04-19 23:28:52 +00:00
Fixed typo in cpp guard in bli_util_ft.h.
Details: - Changed #ifdef BLIS_OAPI_BASIC to #ifdef BLIS_TAPI_BASIC in bli_util_ft.h. This typo was causing some types to be redefined when they weren't supposed to be.
This commit is contained in:
@@ -195,7 +195,7 @@ INSERT_GENTDEFR( sumsqv )
|
||||
|
||||
// Operations with only basic interfaces.
|
||||
|
||||
#ifdef BLIS_OAPI_BASIC
|
||||
#ifdef BLIS_TAPI_BASIC
|
||||
|
||||
// eqsc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user