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/blas.lds

16 lines
204 B

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