PageRenderTime 36ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/par2cmdline-0.4-tbb-20100203/reedsolomon-x86_64-scalar-posix.s

#
Assembly | 36 lines | 34 code | 2 blank | 0 comment | 5 complexity | 97046c246816a2cbbb7ee41d51b8a497 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-scalar-posix.s
  28. #
  29. # void rs_process_x86_64_scalar(void* dst, const void* src, size_t size, const u32* LH);
  30. #
  31. .globl rs_process_x86_64_scalar
  32. .text
  33. rs_process_x86_64_scalar:
  34. .include "reedsolomon-x86_64-scalar.s"