PageRenderTime 42ms CodeModel.GetById 33ms app.highlight 7ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
Assembly | 38 lines | 35 code | 3 blank | 0 comment | 5 complexity | 4adfa3b6203b5584ba531992f8b35fa4 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#
28# reedsolomon-i686-mmx-darwin.s
29#
30
31#
32# void rs_process_i686_mmx(void* dst, const void* src, size_t size, unsigned* LH);
33#
34	.private_extern _rs_process_i686_mmx
35	.text
36_rs_process_i686_mmx:
37
38#include "reedsolomon-i686-mmx.s"