README
上传用户:qaz666999
上传日期:2022-08-06
资源大小:2570k
文件大小:1k
源码类别:

数学计算

开发平台:

Unix_Linux

  1. Copyright 2003, 2004 Free Software Foundation, Inc.
  2. This file is part of the GNU MP Library.
  3. The GNU MP Library is free software; you can redistribute it and/or modify
  4. it under the terms of the GNU Lesser General Public License as published by
  5. the Free Software Foundation; either version 3 of the License, or (at your
  6. option) any later version.
  7. The GNU MP Library is distributed in the hope that it will be useful, but
  8. WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  9. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
  10. License for more details.
  11. You should have received a copy of the GNU Lesser General Public License
  12. along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
  13.                       Z8000 MPN SUBROUTINES
  14. This directory contains mpn functions for the Zilog Z8000.
  15. STATUS
  16. This code is old and has not been used for a long time.
  17. mpn/z8000 uses a 16-bit limb, it's possible this doesn't really work, on
  18. account of various bits of C code assuming limb>=long and of course long is
  19. invariably at least 32 bits.
  20. mpn/z8000x uses a 32-bit limb, this could perhaps be an ABI choice.
  21. Currently it's reached only by an MPN_PATH override.
  22. ----------------
  23. Local variables:
  24. mode: text
  25. fill-column: 76
  26. End: