Albin Ahlbäck
Albin Ahlbäck
Ping @fredrik-johansson
I think this is good to pursue at the workshop.
Sounds reasonable.
Don't use this, but rather `TEST_FUNCTION_FAIL`, such as ```c TEST_FUNCTION_FAIL( "Failed due to n < 10\n" "Got n = %{fmpz}\n", n); ```
Hmm, I think I have to split this into smaller PRs.
> The inplace functions look nice though. Is `foo_neg_inplace` a better name than `foo_inplace_neg`? `foo_method_inplace` is nice because you can search for `foo_method`, and this will pop up. However, `foo_inplace_method`...
This *should* be done automatically in the future (currently, I believe this is a bug, but that is discussed in #2175). Some versions are missing files, but it should be...
I'm bad at valgrind -- do I understand it correctly that the unrecognized instruction is in `fmpz_mpoly/void_ring.c` at line 113 in FLINT?
What CFLAGS were used when you compiled it with 3.0.1, and what CFLAGS are being used now? Are they the same or not?
Okay, so the default CFLAGS where changes some time after that. We increased the optimization level from `-O2` to `-O3` and added `-march=native` (unless cross-compiling). It may be the case...