User Details
- User Since
- Jul 27 2015, 9:08 PM (566 w, 22 h)
Today
Just to be clear, there's no hardware deprecation that this patch introduces.
Bump FREEBSD_CC_VERSION, the compiler must be first bootstrapped to
build with IEEE-754 binary128 support enabled.
Basically dropping support for anything below POWER7. IEEE long double is implemented using VSX instructions, so at least using long double on pre-POWER7 will result with SIGILL.
(c) I'm ok with this, I think we just need to give people a weeks warning on -ppc so they know what's coming.
OK, I'll write a mail later.
Yesterday
The clang part will be upstreamed once this patch will go in here.
I just don't want to push that change to upstream before it goes in
here.
compiler-rt part can't be upstreamed, because this is a hack -
compiler-rt does not support kf type ldbl functions that powerpc64le
needs. Upstream usually just uses libgcc (from GCC) for that.
Sun, May 31
Fri, May 29
Thu, May 28
Sun, May 24
Wed, May 20
Mon, May 18
Thu, May 14
Sun, May 10
Sat, May 9
Thu, May 7
Wed, May 6
Tue, May 5
Correct _GCC_VERSION usage.
