I've added the config.h defines back into all the tests that need it. Actually tests.h includes config.h, but the former is often included too late, so I simply explicitly included config.h everywhere it is needed. This fixed the warnings I was seeing.
I also checked the include logic for stdint.h and fixed a documentation bug. The only things remaining are: * try to fix the sudden jumps in performance in the FFT (**) * make tune on all available platforms (***) * test on all available platforms It is now time to issue another alpha, which I will do momentarily. Bill. ** I have no idea whether I will be successful, but I will give this a go tomorrow night -- if it requires a major patch it might have to wait to a later release in any event, as it is a performance issue, not a bug. *** and put the generated gmp-mparam.h files in the correct arch folders in mpn directory and commit to svn -- or post to list and ask someone else to commit it. -- You received this message because you are subscribed to the Google Groups "mpir-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mpir-devel?hl=en.
