mirror of
https://github.com/amd/blis.git
synced 2026-05-11 01:30:00 +00:00
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:
committed by
Field G. Van Zee
parent
8e023bc914
commit
f0dcc8944f
@@ -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, \
|
||||
|
||||
Reference in New Issue
Block a user