in the mpn/x86_64/ directory we have the files
add_n.as
addmul_1.as
lshift.as
mul_1.as
rshift.as
sub_n.as
submul_1.as
these are only ever used by x86_64 cpus that are not in our cpuid , and we
have all them with the possible exception of Via Nano and Westmere . They are
only tested in these circumstances , and they are little better than the c
code , which does get tested .
I vote we get rid of them.
Jason