Fix to the OpenBLAS calls for not visual studio compilers.

This commit is contained in:
Tadas Baltrusaitis
2018-05-07 09:11:58 +01:00
parent 655a76d343
commit f6c29288f0
6 changed files with 21 additions and 27 deletions

View File

@@ -9,10 +9,7 @@ namespace dlib
{
namespace blas_bindings
{
#ifndef __VECLIB__
#ifdef DLIB_USE_BLAS
#ifndef CBLAS_H
extern "C"
extern "C"
{
void cblas_strsm(const enum CBLAS_ORDER Order, const enum CBLAS_SIDE Side,
const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA,
@@ -28,9 +25,6 @@ namespace dlib
}
// ------------------------------------------------------------------------------------
#endif // if not CBLAS_H
#endif // if DLIB_USE_BLAS
#endif // if __VECLIB__
/* Purpose */
/* ======= */