Add symbol export macro for all functions (#302)

* initial export of blis functions

* Regenerate def file for master

* restore bli_extern_defs exporting for now
This commit is contained in:
Isuru Fernando
2019-02-27 17:27:23 -06:00
committed by Field G. Van Zee
parent 8e023bc914
commit f0dcc8944f
647 changed files with 2028 additions and 2022 deletions

View File

@@ -39,7 +39,7 @@
#undef GENTPROTCO
#define GENTPROTCO( ftype, ftype_r, ch, chr, blasname ) \
\
void PASTEF77(ch,blasname) \
BLIS_EXPORT_BLAS void PASTEF77(ch,blasname) \
( \
const f77_char* uploc, \
const f77_char* transa, \