You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/blis/files/cblas.lds

16 lines
205 B

{
# Export CBLAS symbols
global:
cblas_*;
CBLAS_*;
RowMajorStrg;
# Hide everything else.
local:
bli_thread_set_num_threads_;
bli_thread_set_ways_;
bli_*;
*_;
*;
};