Skip to content

Commit

Permalink
Fix to cblas-wrappers.h, broken in recent revision
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2546 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
  • Loading branch information
danielpovey committed Jun 20, 2013
1 parent 2aaa34e commit ba03c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matrix/cblas-wrappers.h
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ inline void mul_elements(


// add clapack here
#ifndef KALDI_MATRIX_CBLAS_WRAPPERS_H_
#ifndef HAVE_ATLAS
inline void clapack_Xtptri(KaldiBlasInt *num_rows, float *Mdata, KaldiBlasInt *result) {
stptri_(const_cast<char *>("U"), const_cast<char *>("N"), num_rows, Mdata, result);
}
Expand Down

0 comments on commit ba03c0e

Please sign in to comment.