math/mpx.c: Eliminate clone-and-hack from `mpx_{load,store}{l,b}{,2cn}.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 2 Apr 2014 23:04:24 +0000 (00:04 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 2 Apr 2014 23:04:24 +0000 (00:04 +0100)
commit0c9ebe471cfa8343f2ac5d8bd206870f82e87837
tree0b9de22eeb8ac0430e0b210984f7c7eecd28776c
parent5ee480b5767e0bb5f94605dd970c22e0943416be
math/mpx.c: Eliminate clone-and-hack from `mpx_{load,store}{l,b}{,2cn}.

Introduce another pile of macros.  The implementations probably aren't
as efficient as the hand-coded versions, but I don't think they were
ever time-critical.
math/mpx.c