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
@@ -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, \
|
||||
|
||||
Reference in New Issue
Block a user