summaryrefslogtreecommitdiff
path: root/mpn/x86_64/core2/popcount.asm
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-02-04 17:13:54 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-02-04 17:13:54 +0100
commit07c0d3ee4a39d2f11c7141d91eee1bda6eba813f (patch)
tree42988732924ba01a933830a2c4f77dc3b8d0b59e /mpn/x86_64/core2/popcount.asm
parent70d1b55383538af432454c0a57caca052ce90d5b (diff)
downloadgmp-07c0d3ee4a39d2f11c7141d91eee1bda6eba813f.tar.gz
Add MULFUNC_PROLOGUE.
Diffstat (limited to 'mpn/x86_64/core2/popcount.asm')
-rw-r--r--mpn/x86_64/core2/popcount.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpn/x86_64/core2/popcount.asm b/mpn/x86_64/core2/popcount.asm
index 6c22999ff..d2fe8cfee 100644
--- a/mpn/x86_64/core2/popcount.asm
+++ b/mpn/x86_64/core2/popcount.asm
@@ -20,4 +20,5 @@ dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
include(`../config.m4')
+MULFUNC_PROLOGUE (mpn_popcount)
include_mpn(`x86/pentium4/sse2/popcount.asm')