summaryrefslogtreecommitdiff
blob: db79d3bc90544d13e803888cd9af7cc8969fea76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  # Export BLAS symbols
  global:
    *_;
    RowMajorStrg;

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