PageRenderTime 46ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/par2cmdline-0.4-tbb-20100203/reedsolomon-x86_64-mmx-darwin.s

#
Assembly | 38 lines | 35 code | 3 blank | 0 comment | 5 complexity | 2fdf1eb473abc4de2ce92d1ad3693805 MD5 | raw file
Possible License(s): GPL-2.0
  1. # This file is part of par2cmdline (a PAR 2.0 compatible file verification and
  2. # repair tool). See http://parchive.sourceforge.net for details of PAR 2.0.
  3. #
  4. # Copyright (c) 2008 Vincent Tan.
  5. #
  6. # par2cmdline is free software; you can redistribute it and/or modify
  7. # it under the terms of the GNU General Public License as published by
  8. # the Free Software Foundation; either version 2 of the License, or
  9. # (at your option) any later version.
  10. #
  11. # par2cmdline is distributed in the hope that it will be useful,
  12. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. # GNU General Public License for more details.
  15. #
  16. # You should have received a copy of the GNU General Public License
  17. # along with this program; if not, write to the Free Software
  18. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  19. #
  20. # Modifications for concurrent processing, Unicode support, and hierarchial
  21. # directory support are Copyright (c) 2007-2008 Vincent Tan.
  22. # Search for "#if WANT_CONCURRENT" for concurrent code.
  23. # Concurrent processing utilises Intel Thread Building Blocks 2.0,
  24. # Copyright (c) 2007 Intel Corp.
  25. #
  26. #
  27. # reedsolomon-x86_64-mmx-darwin.s
  28. #
  29. #
  30. # void rs_process_x86_64_mmx(void* dst, const void* src, size_t size, unsigned* LH);
  31. #
  32. .private_extern _rs_process_x86_64_mmx
  33. .text
  34. _rs_process_x86_64_mmx:
  35. #include "reedsolomon-x86_64-mmx.s"