gap-system / ward

Code generation tool needed for HPC-GAP
Boost Software License 1.0
3 stars 7 forks source link

Add _Float128 floating point type #49

Closed markuspf closed 6 years ago

markuspf commented 6 years ago

This is introduced at least in GCC 7.0 upwards and breaks ward on at least some of our department machines.

Reference: https://gcc.gnu.org/onlinedocs/gcc/Floating-Types.html

markuspf commented 6 years ago

I fumbled about a bit with the rule (and added _Float32 and _Float64 plus a comment.

I clearly don't know (exactly) what I'm doing.