nmatrix
nmatrix copied to clipboard
Support for 128 bit floating point numbers?
I just read here that GCC supports 128 floating point numbers on intel hardware as data type __float128
.
Would it be possible to implement this in nmatrix? Maybe only for intel x86 machines?
Yes — the problem being that ATLAS doesn't support quads. We could do this, but it would need to be part of eliminating the unnecessary rational types. Why only for Intel x86 machines, out of curiosity?
I'm not putting a milestone on this enhancement because I think it needs some more design work before it can really be considered achievable.