mirror of
https://github.com/amd/blis.git
synced 2026-05-12 01:59:59 +00:00
CPP Implementtaion of dsdot included. Test application refactored to include review comments
Change-Id: Iec0b973c23a2825e61f2ec9da236b3aea327d98a
This commit is contained in:
10
cpp/cblas.hh
10
cpp/cblas.hh
@@ -290,16 +290,6 @@ cblas_dot(
|
||||
{
|
||||
return cblas_ddot( n, x, incx, y, incy );
|
||||
}
|
||||
#if 0
|
||||
inline double
|
||||
cblas_dot(
|
||||
int n,
|
||||
float const *x, int incx,
|
||||
float const *y, int incy )
|
||||
{
|
||||
return cblas_dsdot( n, x, incx, y, incy );
|
||||
}
|
||||
#endif
|
||||
// -----------------------------------------------------------------------------
|
||||
inline std::complex<float>
|
||||
cblas_dotu(
|
||||
|
||||
Reference in New Issue
Block a user