Albin Ahlbäck
Albin Ahlbäck
So the issue is that it is slow due to MPFR's multiplication?
Can you add an MWE for the issue?
Or clarify in the documentation that we assume that the number of rows and columns are valid.
@fredrik-johansson could you give the status of nfloat? Is it still highly experimental, or could they start implementing it in Nemo?
> Is it part of flint v3.3.1? It was introduced in [v3.2.0](https://github.com/flintlib/flint/releases/tag/v3.2.0).
Does it work with GCC 14?
I believe I have the infrastructure to test this myself on a similar system. But it may take a month or two before I have the opportunity to sit down...
Interesting. Would be good to catch the place where it happens.
I could reproduce with GCC 15.2.0 when passing `CFLAGS="-O2 -g"` on an 7950X3D. However, when running the default flags, I get no error. The (first?) error I get is ```...
I guess we have to find the files of which we should push `-fno-strict-aliasing`.