There's a new Opteron on the block. family 16 model 8. It's an Opteron
 8439 SE. We don't have it in cpuid.c yet.

Also we currently have a symbol in the library, mpn_sqr_n and a
#define in mpir.h to rename it mpn_sqr in line with gmp. But that
isn't sufficient. It breaks gcc on machines where gcc has been built
with dynamic libs. On the face of it this shouldn't affect anyone, but
in fact it will affect lots of people. The only solution I see is to
rename the library symbol.

Also, GMP defines mpn_copyi and mpn_copyd. On generic x86_64 machines,
we don't seem to have any assembly for this. There's no fallback
generic C symbol in the lib.

Bill.

-- 
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.

Reply via email to