Albin Ahlbäck
Albin Ahlbäck
Assuming you are using Make to build FLINT, yes. For instance, ``` $ ./configure CFLAGS="-O2" ``` will set CFLAGS to `-O2`, and there may be some other default options that...
The system you built this for, does it support AVX512? I seem to disassemble the instruction to `vinserti64x4`, which is an AVX512 instruction which seems to be [unsupported by Valgrind...
Superseded by #2092.
Will come back to this.
Thanks, looks good! Do you agree @fredrik-johansson?
Yes, it would be good with a test. Could you implement one? The tests are under `fq_default_poly/test`. You create a test file (in this case, `t-evaluate_fq_default.c`), and then include it...
Thanks for the commit! A couple of comments: 1. Could you stylize the comments as `/* comment */`? 2. Could you randomize even more? More specifically, could you randomize the...
> The actual test was copied from an exiting one: > > https://github.com/flintlib/flint/blob/05340d2a7349761aff2cd3370810c93e2174ce46/src/fmpz_mod_poly/test/t-evaluate_fmpz.c#L43-L46 You only copied parts of that test. That part only checks aliasing, not other mathematical consistencies. >...
Sorry for the delay. Will respond in a couple of days.
Does it no longer check aliasing?