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

@@ -37,7 +37,7 @@
#undef GENTFUNC
#define GENTFUNC( ctype, ch, varname ) \
\
void PASTEMAC(ch,varname) \
BLIS_EXPORT_BLIS void PASTEMAC(ch,varname) \
( \
uplo_t uplo, \
conj_t conjx, \