summaryrefslogtreecommitdiff
path: root/sci-libs/blis/files/cblas.lds
blob: 18ec172028cad4c2c3f5c415a06a084b93e4f7a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  # Export CBLAS symbols
  global:
    cblas_*;
    CBLAS_*;
    RowMajorStrg;

  # Hide everything else.
  local:
    bli_thread_set_num_threads_;
    bli_thread_set_ways_;
    bli_*;
    *_;
    *;
};