mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-25 08:37:47 +00:00
Fix to the OpenBLAS calls for not visual studio compilers.
This commit is contained in:
@@ -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 */
|
||||
/* ======= */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user