about summary refs log tree commit diff
path: root/sysdeps/x86/Versions
blob: 4b10c4b5d722ecd05fbb639fc915b1f3cfe2b81d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
ld {
  GLIBC_PRIVATE {
    _dl_x86_get_cpu_features;
  }
}
libc {
  GLIBC_2.33 {
    __x86_get_cpuid_feature_leaf;
  }
}