Re: [PATCH] linux-user: Check for ieee128 fpbits in PPC64 HWCAP2 feature list

2021-06-20 Thread Laurent Vivier
Le 14/06/2021 à 21:17, Khem Raj a écrit : > glibc 2.34 is now checking for this in hwcaps at > runtime [1] and failing to run the binary if machine > does not support 128bit IEEE fp > > Fixes > Fatal glibc error: CPU lacks float128 support (POWER 9 or later required) > > [1] > https://sourceware

Re: [PATCH] linux-user: Check for ieee128 fpbits in PPC64 HWCAP2 feature list

2021-06-20 Thread Laurent Vivier
Le 14/06/2021 à 21:17, Khem Raj a écrit : > glibc 2.34 is now checking for this in hwcaps at > runtime [1] and failing to run the binary if machine > does not support 128bit IEEE fp > > Fixes > Fatal glibc error: CPU lacks float128 support (POWER 9 or later required) > > [1] > https://sourceware

[PATCH] linux-user: Check for ieee128 fpbits in PPC64 HWCAP2 feature list

2021-06-14 Thread Khem Raj
glibc 2.34 is now checking for this in hwcaps at runtime [1] and failing to run the binary if machine does not support 128bit IEEE fp Fixes Fatal glibc error: CPU lacks float128 support (POWER 9 or later required) [1] https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=d337345ce145e23c5f3a956