This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 5/6] powerpc64le: Require at least POWER8 for powerpc64le


On Wed, 21 Jun 2017 23:29:00 +0000
Joseph Myers <joseph@codesourcery.com> wrote:

> As far as I'm concerned this is for powerpc maintainers to review.  Is the 
> float128 connection that the float128 compiler support needs VSX to build 
> / to build for the desired ABI?

Indeed, compiler support for float128 needs VSX.  Once float128 support is
enabled in glibc, builds for processors that don't provide VSX will fail,
but will fail late.  My intention with this patch is to fail as early as
possible, and, since powerpc64le support starts with power8, I added this
check to the powerpc64le-specific configure script.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]