diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2012-11-20 23:12:51 +0100 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2012-11-20 23:12:51 +0100 |
commit | 8ef6040bf42b68a1da0a6da7d41b8eb31e4c4778 (patch) | |
tree | c519d91aebfdecd7267c93a9a2d975b19af29995 /mpn/x86_64/bd1/popcount.asm | |
parent | 5c9b80d6146c5f57a51cceaeff7a1142c7ff9c61 (diff) | |
download | gmp-8ef6040bf42b68a1da0a6da7d41b8eb31e4c4778.tar.gz |
Add copyright years.
Diffstat (limited to 'mpn/x86_64/bd1/popcount.asm')
-rw-r--r-- | mpn/x86_64/bd1/popcount.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/x86_64/bd1/popcount.asm b/mpn/x86_64/bd1/popcount.asm index 26c6d2ccd..c93c93ba5 100644 --- a/mpn/x86_64/bd1/popcount.asm +++ b/mpn/x86_64/bd1/popcount.asm @@ -1,6 +1,6 @@ dnl AMD64 mpn_popcount -- population count. -dnl Copyright 2008, 2010, 2011 Free Software Foundation, Inc. +dnl Copyright 2008, 2010, 2011, 2012 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. |