Comment 0 for bug 1521172

Revision history for this message
bugproxy (bugproxy) wrote : [Ubuntu 16.04] Use glibc-2.23 in Ubuntu 16.04

glibc-2.23 will introduce an important ABI change for Power. It will be a prerequisite for __builtin_cpu_is() and __builtin_cpu_supports() in gcc.

The __builtin_cpu_is () / __builtin_cpu_supports() are required to bring Power on-par with Intel regarding CPU and capability identification during runtime, allowing our customers to optimize their code path to the Power processor they are running on.

These gcc builtins will be disabled when the binary is built against a glibc older than 2.23, making glibc-2.23 a requirement for this feature to work.

This version of glibc will be released in early February/2016.