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

数学计算

开发平台:

Unix_Linux

  1. Copyright 2003 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.                       M88K MPN SUBROUTINES
  14. This directory contains mpn functions for various m88k family chips.
  15. CODE ORGANIZATION
  16. m88k             m88000, m88100
  17. m88k/mc88110     m88110
  18. STATUS
  19. The code herein is old and poorly maintained.
  20. * The .s files assume the system uses a "_" underscore prefix, which
  21.   should be controlled by configure.
  22. * The mc88110/*.S files are using the defunct "sysdep.h" configuration
  23.   scheme and won't compile.
  24. Conversion to the current m4 .asm style wouldn't be difficult.
  25. ----------------
  26. Local variables:
  27. mode: text
  28. fill-column: 76
  29. End: