]> granicus.if.org Git - libjpeg-turbo/commitdiff
x86 SIMD: Remove obsolete [TAB8] comments
authorDRC <information@libjpeg-turbo.org>
Thu, 17 Oct 2019 16:21:32 +0000 (11:21 -0500)
committerDRC <information@libjpeg-turbo.org>
Thu, 17 Oct 2019 19:11:35 +0000 (14:11 -0500)
With apologies to Richard Hendricks, our assembly code no longer uses
tabs.

94 files changed:
simd/i386/jccolext-avx2.asm
simd/i386/jccolext-mmx.asm
simd/i386/jccolext-sse2.asm
simd/i386/jccolor-avx2.asm
simd/i386/jccolor-mmx.asm
simd/i386/jccolor-sse2.asm
simd/i386/jcgray-avx2.asm
simd/i386/jcgray-mmx.asm
simd/i386/jcgray-sse2.asm
simd/i386/jcgryext-avx2.asm
simd/i386/jcgryext-mmx.asm
simd/i386/jcgryext-sse2.asm
simd/i386/jchuff-sse2.asm
simd/i386/jcphuff-sse2.asm
simd/i386/jcsample-avx2.asm
simd/i386/jcsample-mmx.asm
simd/i386/jcsample-sse2.asm
simd/i386/jdcolext-avx2.asm
simd/i386/jdcolext-mmx.asm
simd/i386/jdcolext-sse2.asm
simd/i386/jdcolor-avx2.asm
simd/i386/jdcolor-mmx.asm
simd/i386/jdcolor-sse2.asm
simd/i386/jdmerge-avx2.asm
simd/i386/jdmerge-mmx.asm
simd/i386/jdmerge-sse2.asm
simd/i386/jdmrgext-avx2.asm
simd/i386/jdmrgext-mmx.asm
simd/i386/jdmrgext-sse2.asm
simd/i386/jdsample-avx2.asm
simd/i386/jdsample-mmx.asm
simd/i386/jdsample-sse2.asm
simd/i386/jfdctflt-3dn.asm
simd/i386/jfdctflt-sse.asm
simd/i386/jfdctfst-mmx.asm
simd/i386/jfdctfst-sse2.asm
simd/i386/jfdctint-avx2.asm
simd/i386/jfdctint-mmx.asm
simd/i386/jfdctint-sse2.asm
simd/i386/jidctflt-3dn.asm
simd/i386/jidctflt-sse.asm
simd/i386/jidctflt-sse2.asm
simd/i386/jidctfst-mmx.asm
simd/i386/jidctfst-sse2.asm
simd/i386/jidctint-avx2.asm
simd/i386/jidctint-mmx.asm
simd/i386/jidctint-sse2.asm
simd/i386/jidctred-mmx.asm
simd/i386/jidctred-sse2.asm
simd/i386/jquant-3dn.asm
simd/i386/jquant-mmx.asm
simd/i386/jquant-sse.asm
simd/i386/jquantf-sse2.asm
simd/i386/jquanti-avx2.asm
simd/i386/jquanti-sse2.asm
simd/i386/jsimdcpu.asm
simd/nasm/jcolsamp.inc
simd/nasm/jdct.inc
simd/nasm/jsimdext.inc
simd/x86_64/jccolext-avx2.asm
simd/x86_64/jccolext-sse2.asm
simd/x86_64/jccolor-avx2.asm
simd/x86_64/jccolor-sse2.asm
simd/x86_64/jcgray-avx2.asm
simd/x86_64/jcgray-sse2.asm
simd/x86_64/jcgryext-avx2.asm
simd/x86_64/jcgryext-sse2.asm
simd/x86_64/jchuff-sse2.asm
simd/x86_64/jcphuff-sse2.asm
simd/x86_64/jcsample-avx2.asm
simd/x86_64/jcsample-sse2.asm
simd/x86_64/jdcolext-avx2.asm
simd/x86_64/jdcolext-sse2.asm
simd/x86_64/jdcolor-avx2.asm
simd/x86_64/jdcolor-sse2.asm
simd/x86_64/jdmerge-avx2.asm
simd/x86_64/jdmerge-sse2.asm
simd/x86_64/jdmrgext-avx2.asm
simd/x86_64/jdmrgext-sse2.asm
simd/x86_64/jdsample-avx2.asm
simd/x86_64/jdsample-sse2.asm
simd/x86_64/jfdctflt-sse.asm
simd/x86_64/jfdctfst-sse2.asm
simd/x86_64/jfdctint-avx2.asm
simd/x86_64/jfdctint-sse2.asm
simd/x86_64/jidctflt-sse2.asm
simd/x86_64/jidctfst-sse2.asm
simd/x86_64/jidctint-avx2.asm
simd/x86_64/jidctint-sse2.asm
simd/x86_64/jidctred-sse2.asm
simd/x86_64/jquantf-sse2.asm
simd/x86_64/jquanti-avx2.asm
simd/x86_64/jquanti-sse2.asm
simd/x86_64/jsimdcpu.asm

index 7a8d784a5e505c3fa5ffa8471ed9f36f21463dbe..11674d532766ca6099b3ee2ef16e9d8139bea407 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jcolsamp.inc"
 
index 9a2c30e236f397045e98e85cce97c3abfb8a18cf..c18dbc46b70621d565329b516b4d442c30266896 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jcolsamp.inc"
 
index e830562cee89f73eb32927ea9cc236f1b9742177..06b02d5cae05ab15123f73b84da372c46ec5baa9 100644 (file)
@@ -12,8 +12,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jcolsamp.inc"
 
index 958517f38031b24c1dd7b99f49923e662874ecc2..14944e952f19903862fc64af5acb2d0185e2407a 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index 47be9e1e23709bafd4dbaab0fd032028c42d4bd8..8cb399bdc43f9e97e84fd9a15df6d611383dc9d1 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index c0d5d45e85370cb85cbba942af37beb0c81054ab..686d222ff700037f7deb3c3ac1e1185111c16039 100644 (file)
@@ -12,8 +12,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index 4d66242cf33f8ce0dd7a73fee07b52be1e7fe3c5..560ee0c71e2b1a4fedf27c3b70764ff475324ec2 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index 07c7ea6c789652da5bd551ad4dfe1c24f025fde1..79fdf082a84846873ee50ca9ad0e4eb69c7e5fee 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index 4b8c79716ce139d86ac607c3d7db9864ab6c6028..cb4b28e8f495b9a3b30fd2a18f4ab8e58eaabbfd 100644 (file)
@@ -12,8 +12,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index 52e99a84cf65572c6f86e067ff4e7c1b0892e2e3..5601a6a6779d922672bf45af75d086ef0410aa3c 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jcolsamp.inc"
 
index 4a9ab0da2eb86af08857763d5c5f34d834ab7684..727894f6cab5b525d6f5bfce183a89f7e29d8947 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jcolsamp.inc"
 
index 04d891cdc59276f3543ddfebb6b4c5bbef434173..5b4559fa5daf20914cf412d57958b69bed54cc6b 100644 (file)
@@ -12,8 +12,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jcolsamp.inc"
 
index 6ea69f6ebb1b986012260d73fd7e939a20c49272..2b0b469ab8af5fcb7e10e1ff3375ce05d737b6c2 100644 (file)
@@ -17,8 +17,6 @@
 ; This file contains an SSE2 implementation for Huffman coding of one block.
 ; The following code is based directly on jchuff.c; see jchuff.c for more
 ; details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index e35a7d8bbfb66358325045036c81566e33098690..8b731783760ff002c5a99c99fd55c20e8e8b7148 100644 (file)
@@ -15,8 +15,6 @@
 ;
 ; This file contains an SSE2 implementation of data preparation for progressive
 ; Huffman encoding.  See jcphuff.c for more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index 5bcdefd502ed19295fd2230fb1050d1c6b57fcae..0a20802dd89086b33dcf5abd7378362a0ac28360 100644 (file)
@@ -14,8 +14,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index faf4234589887fc129eb157a6594d67f52b1ff80..2c223eebe8160ec247f58dbe5a8d1d92751bffe9 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index b10fa836a55f4b0b2e4966f5cf63203b0bf7af05..4fea60d2e2106b9beaab57f289843f72f189adc8 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index 46de9b9df2b60083f617534eb97c66ce49d98858..66e2683284b890f3c04778bf95281ee58a159e07 100644 (file)
@@ -14,8 +14,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jcolsamp.inc"
 
index cd2cb3f95d44d272353eed23d00aa03668a3bc76..29b6dd4a30f0146d6dc2c80a56de86d7d663034f 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jcolsamp.inc"
 
index 0fcb0067f5e2bb60ba8767cd40fb5cb6f1614117..73b37de7ccc0f5cff2dd327949a539ea7ac4569d 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jcolsamp.inc"
 
index d2f86e65017905040ed514cc96bad350307c4e7a..e05b60d001799c6c23444e9a3f32903b5a13fa4a 100644 (file)
@@ -14,8 +14,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index 8f5a3b3f28ada297175a218f9624245a1efced0d..fb7e7bcce4b030bff905d4f27546a9e989672d4c 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index ae553dba3e683afbc308f19ab3bf7641e69d93c6..b736255317e38f0143e0f6b5cda6f61cc7bd52f0 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index 173184406f945acca86bde1a0a60d68db06ab567..711e6792d0f52fc8a728bb510f5fdb1375dae3e4 100644 (file)
@@ -14,8 +14,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index 607bf39f3143579680603769417db98afb3bbbd4..6e8311d4081666b06929f05b60fc165e19b37880 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index ddb1d5e7127efaa94337269a312083d5da7311a9..e32f90aa177836da443f17f12388ea011a7b6aca 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index cde48653acf01394d138b3a0b1180755a48932e6..3512c50f4376ca9471fc3d1bfd7854d1643ea3ec 100644 (file)
@@ -14,8 +14,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jcolsamp.inc"
 
index 4b9e35d894674697cd86961ceb117c9599e032c3..dab5c320dd60a77d973a55533c8956cb059c27b2 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jcolsamp.inc"
 
index ac4697ef610bc0b8d12fd3b7fd8a95bb95f04207..91295ffcf93ce789a711e120e54fe8263d34b9ff 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jcolsamp.inc"
 
index 61ce511c76f8b53798fdb8514655461f146bf284..a800c35e08351f602dc33dde388e2491ec82e847 100644 (file)
@@ -14,8 +14,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index 1f810fabe1b47f054a26941189bd9db038dfc949..12c49f0eab5741ed740c77e7b6fca38d54334fa0 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index f0da626924a2694f9e3a01d709d06d0eccec1f39..4e28d2f4b80293c4780d4f5daeecafdbf002755d 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index 1d45865b473a5a39145150e4388396921ebd4617..322ab1632526fa8e65828cab1342b2414cc58d08 100644 (file)
@@ -17,8 +17,6 @@
 ; This file contains a floating-point implementation of the forward DCT
 ; (Discrete Cosine Transform). The following code is based directly on
 ; the IJG's original jfdctflt.c; see the jfdctflt.c for more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index 1faf83523a69af2a12ecdf785afd09def007c0a6..86952c6499cf5cfe13c265a13d7e5a5d0cffdbf4 100644 (file)
@@ -17,8 +17,6 @@
 ; This file contains a floating-point implementation of the forward DCT
 ; (Discrete Cosine Transform). The following code is based directly on
 ; the IJG's original jfdctflt.c; see the jfdctflt.c for more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index 0271901c9c4bc6925fa069b0515527004ac1a859..80645a50d7e7c815c51638a5226a4a5f4a71f6c8 100644 (file)
@@ -18,8 +18,6 @@
 ; the forward DCT (Discrete Cosine Transform). The following code is
 ; based directly on the IJG's original jfdctfst.c; see the jfdctfst.c
 ; for more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index f09dadd9444f3c4fbbb352ea131019a42e63036c..446fa7a68f78e119f854c22910da9406239778b9 100644 (file)
@@ -18,8 +18,6 @@
 ; the forward DCT (Discrete Cosine Transform). The following code is
 ; based directly on the IJG's original jfdctfst.c; see the jfdctfst.c
 ; for more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index ae258eee4e75b6c7b09e12f231195940f7d21b89..97de2302b54d438e7eff12041934e0c21ccfb6cd 100644 (file)
@@ -18,8 +18,6 @@
 ; forward DCT (Discrete Cosine Transform). The following code is based
 ; directly on the IJG's original jfdctint.c; see the jfdctint.c for
 ; more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index c6bd9597cd517a36376e011f30886ebd8e249aae..3ade9d4921d92371fea5d51e27a5095cfa184849 100644 (file)
@@ -18,8 +18,6 @@
 ; forward DCT (Discrete Cosine Transform). The following code is based
 ; directly on the IJG's original jfdctint.c; see the jfdctint.c for
 ; more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index d67dcc1b8d51168bde65c915997952b508028ca7..71b684c4fb44a3f4d0ebc38148ac3113e3349325 100644 (file)
@@ -18,8 +18,6 @@
 ; forward DCT (Discrete Cosine Transform). The following code is based
 ; directly on the IJG's original jfdctint.c; see the jfdctint.c for
 ; more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index 73aa18d0e647a2f90434e9c86e239727a457384d..396f36add0e7a62ae5abdab6ef9d384210174661 100644 (file)
@@ -17,8 +17,6 @@
 ; This file contains a floating-point implementation of the inverse DCT
 ; (Discrete Cosine Transform). The following code is based directly on
 ; the IJG's original jidctflt.c; see the jidctflt.c for more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index 386650f0ccf0aca8affa7c6261fa0418577782ab..6236fd5475013423cec38a22cb2417b5251d8036 100644 (file)
@@ -17,8 +17,6 @@
 ; This file contains a floating-point implementation of the inverse DCT
 ; (Discrete Cosine Transform). The following code is based directly on
 ; the IJG's original jidctflt.c; see the jidctflt.c for more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index 9de71392805e0ab2ed0b6d4c240a98d40eff3988..0b389376a910c1d21b81424ce8ce1636fae37dd0 100644 (file)
@@ -17,8 +17,6 @@
 ; This file contains a floating-point implementation of the inverse DCT
 ; (Discrete Cosine Transform). The following code is based directly on
 ; the IJG's original jidctflt.c; see the jidctflt.c for more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index d3e8a5d631d93ddc953b2f8288d0e654ddb755a8..c69bffaabfa6305eea404add57f31b6a10312891 100644 (file)
@@ -18,8 +18,6 @@
 ; the inverse DCT (Discrete Cosine Transform). The following code is
 ; based directly on the IJG's original jidctfst.c; see the jidctfst.c
 ; for more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index 83bc414a531262c16b649a58852a2e19e2e2005c..03bac9d90484a4852f0d3533eac595ef75ddb533 100644 (file)
@@ -18,8 +18,6 @@
 ; the inverse DCT (Discrete Cosine Transform). The following code is
 ; based directly on the IJG's original jidctfst.c; see the jidctfst.c
 ; for more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index b3b7b14f586c563a77e435158c03f6f1e62e39ee..1e9454196469dd1c1946036be5193835d6d0ea6b 100644 (file)
@@ -18,8 +18,6 @@
 ; inverse DCT (Discrete Cosine Transform). The following code is based
 ; directly on the IJG's original jidctint.c; see the jidctint.c for
 ; more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index 6ca6d060eae268ada79bd108795e8c695c82c74b..281e5b360fca7eabe1de422535e3d333a24802bb 100644 (file)
@@ -18,8 +18,6 @@
 ; inverse DCT (Discrete Cosine Transform). The following code is based
 ; directly on the IJG's original jidctint.c; see the jidctint.c for
 ; more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index a6bd00a9d33ed03a6eba3bfe960b083e9e0279c4..acb1140d435b9602deae3d455d192eb4bd75063d 100644 (file)
@@ -18,8 +18,6 @@
 ; inverse DCT (Discrete Cosine Transform). The following code is based
 ; directly on the IJG's original jidctint.c; see the jidctint.c for
 ; more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index 336ee3b909ffb6b799a433ff46054a6887a03b22..ad3fcb108562140beb11e660955d8f0db01e942c 100644 (file)
@@ -18,8 +18,6 @@
 ; output: either 4x4 or 2x2 pixels from an 8x8 DCT block.
 ; The following code is based directly on the IJG's original jidctred.c;
 ; see the jidctred.c for more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index 97838baffb8749482deb5744764731875862e1bb..c00d0e4308acf62e0258cddc7093c9c4cd15a3a8 100644 (file)
@@ -18,8 +18,6 @@
 ; output: either 4x4 or 2x2 pixels from an 8x8 DCT block.
 ; The following code is based directly on the IJG's original jidctred.c;
 ; see the jidctred.c for more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index 1767f444a32822f944bbc5f24f4c1f905ab8e467..5cb60caa947a0694b0a9a52a664f0e241716256e 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index 98932db61b335dbace2b0ecc67eb8b4f721894f6..61305c625de8559b7f57de4a73917afce335ba45 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index cc244c4baac665827f74ae983956d5312817423f..218adc976f3c47d8f9e2648d144670148d5507e5 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index 8d1201c0b2a36af2a53267d98778833a5925d076..a881ab50f924177799cb469ec86692478ccc6303 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index ea8e1a1e21ad816f971309e26a7d85e1f9f4984a..5ed6bec246ca15b83d96ed9d1fc689a250991cc5 100644 (file)
@@ -14,8 +14,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index 2a69494be31348348d4a27a8108d3f5f1b0f83ef..0a509408aa1314f5434a60aff46fd61d0a1efa08 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index 0af4eecf8f45f2bb583a5eddad77ec2f9fc2970e..ddcafa9e2139ca20977f8aa6837e0d6bdb73ea48 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index a2d5b494a73e7e17854245444e018ea901564230..6f6d7f29d1d95976683e1ecb94449bd8ae179d82 100644 (file)
@@ -7,8 +7,6 @@
 ; Based on the x86 SIMD extension for IJG JPEG library
 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
 ; For conditions of distribution and use, see copyright notice in jsimdext.inc
-;
-; [TAB8]
 
 ; --------------------------------------------------------------------------
 
index 79d514603995caee82fc6cd95c4ca2b44c3b8bb6..9192f66f0cefa099b6843259eed5fd84e15106bc 100644 (file)
@@ -7,8 +7,6 @@
 ; Based on the x86 SIMD extension for IJG JPEG library
 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
 ; For conditions of distribution and use, see copyright notice in jsimdext.inc
-;
-; [TAB8]
 
 ; Each IDCT routine is responsible for range-limiting its results and
 ; converting them to unsigned form (0..MAXJSAMPLE).  The raw outputs could
index b40901f03331e3fa62f29865c555df307fa1a4d1..383b709589e6f2b2553b071b9215c4f7c4426c04 100644 (file)
@@ -24,8 +24,6 @@
 ; 2. Altered source versions must be plainly marked as such, and must not be
 ;    misrepresented as being the original software.
 ; 3. This notice may not be removed or altered from any source distribution.
-;
-; [TAB8]
 
 ; ==========================================================================
 ;  System-dependent configurations
index 5fa3848c19003030a4007fcb1d10c34cd27f5d12..61f3b9e4af707fe761ca46eaee8f914d7ffc8845 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jcolsamp.inc"
 
index b1486c0bbc4015bf3f518541f1961f45128902c5..9df4f7f49a06ed1ab062c0d1b6180f62a53ba998 100644 (file)
@@ -12,8 +12,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jcolsamp.inc"
 
index f9f4be06b72eed3584787e95b9746b181c841ca6..16b78298dc4ff5791f80dce33bcb122855d2939f 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index 3e46601d9596f0f875602d0a76bd33578967278a..e2955c213404085be7d84455150ff74f41b61963 100644 (file)
@@ -12,8 +12,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index 0ec24104f539e8754db165f3ead01c1770f5fda1..591255bb1122e391565d528294cdb47ae9894b4c 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index edf9222e73a2d831c3f0875b6be50f007b5a72e5..e389904f2f85bc53d8432c4f07b66ea76e9bb9fd 100644 (file)
@@ -12,8 +12,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index 79e2aa01c3918c4a0f3b2b9f4e0f886164c20faf..20c48c1e899ea8d8679015a14b8468657dfa70c0 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jcolsamp.inc"
 
index 9c3ae5ef47ef0e6ed714f6d6a4178cf42d29f4f0..70e6891eb83be7fa393bd652a12ef65df4d20cf2 100644 (file)
@@ -12,8 +12,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jcolsamp.inc"
 
index 1b091ad1538efd7595131bfa81847c775385ef0c..d49be5b921ab456bfc80fb6bfed24d61f4015775 100644 (file)
@@ -17,8 +17,6 @@
 ; This file contains an SSE2 implementation for Huffman coding of one block.
 ; The following code is based directly on jchuff.c; see jchuff.c for more
 ; details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index a9446b7a96bcf57e9b214e298154f2b14554e09f..8ed44728fed6ddaa1609223d9043a8d0eaf8834d 100644 (file)
@@ -16,8 +16,6 @@
 ;
 ; This file contains an SSE2 implementation of data preparation for progressive
 ; Huffman encoding.  See jcphuff.c for more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index 9d5a8618bf1186a5ef0c26e331b9d1ca698d3480..d9922bb4cbf9987be22500c90488a56f1901a524 100644 (file)
@@ -14,8 +14,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index 1b315364d835dc670bf5cf54e01702fbd89395dc..0f107e9a07ffa614cf3dd72cef0210f1e7782aff 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index e2b96c732d042f0c94111410047f6801701deb08..4b43baafe4b0a7551c4135407507494f0bb154dc 100644 (file)
@@ -14,8 +14,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jcolsamp.inc"
 
index a94954bb8d04933313ddf391b30a2724eaf1b3df..e5bd0ee41b570d81bdc20a4864bc310e8611ec1a 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jcolsamp.inc"
 
index abad17662b511f1c551886a9188143da8894457e..43de9db04dc6c737a08af8f3194a0b4c5aca0622 100644 (file)
@@ -14,8 +14,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index e7079f60b626117d713b565d6ad2531604df6322..b3f1fec07eb59a6dc8b5524ecc1208d78925572d 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index ca3f063c785ab5fb20072f70f8a298f5c24231d4..9515a17013d35dce9a3a611fde81328cecd5db05 100644 (file)
@@ -14,8 +14,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index f3e09fa8c358c857afa8bec3c20df32171769122..aedccc20f6c0aee70a9dbd454df154198b79bcf5 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index 04e8a945c6f4e56710b95beeda3b482b1febf64c..666d2ca08166156db564d5f6802a082e21177627 100644 (file)
@@ -14,8 +14,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jcolsamp.inc"
 
index 1cc334557d62bb26a016971c2e4b7037537706e4..4fa69af69def8d667684d7162725bdcbfea9b62d 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jcolsamp.inc"
 
index 10fa5c45b50a9dcfbfde00fde48f7f11ae8dd418..fc274a95ea3041ec943f3a7507421dd7019674da 100644 (file)
@@ -14,8 +14,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index d8ccda9b2b49a52f26045333d3d7c59e1409e460..20e07670e91917c6e47146afd3b79485a57438c8 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 
index 26f9fb6a51c30360e1f89905f8d9cffd54a6f5d9..ef2796649bc6ade7854d93fbedd4ec7fbb7ee17c 100644 (file)
@@ -17,8 +17,6 @@
 ; This file contains a floating-point implementation of the forward DCT
 ; (Discrete Cosine Transform). The following code is based directly on
 ; the IJG's original jfdctflt.c; see the jfdctflt.c for more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index aaf8b9e3feaf0c00d5282d2888e2ec8f1903f9c3..2e1bfe6e8c2fc0489ed48be40306a1a2cb2bf6b7 100644 (file)
@@ -18,8 +18,6 @@
 ; the forward DCT (Discrete Cosine Transform). The following code is
 ; based directly on the IJG's original jfdctfst.c; see the jfdctfst.c
 ; for more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index 448f47d42f748b1da62aa6749dbc041b0da271cd..6ad4cf0bbf7a469ed628724f8cce701ba222bf1d 100644 (file)
@@ -18,8 +18,6 @@
 ; forward DCT (Discrete Cosine Transform). The following code is based
 ; directly on the IJG's original jfdctint.c; see the jfdctint.c for
 ; more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index ef16a52a706cc63c1e2dd7768970dfb5ff30bbed..5d0de3cf41b02dfcafbc176c14be575f0a6f42a1 100644 (file)
@@ -18,8 +18,6 @@
 ; forward DCT (Discrete Cosine Transform). The following code is based
 ; directly on the IJG's original jfdctint.c; see the jfdctint.c for
 ; more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index b676ef390755a485a48ee1c40de8a03352e678fa..95aff828d327a792f996a5fb9a725dc0ad1af8a7 100644 (file)
@@ -17,8 +17,6 @@
 ; This file contains a floating-point implementation of the inverse DCT
 ; (Discrete Cosine Transform). The following code is based directly on
 ; the IJG's original jidctflt.c; see the jidctflt.c for more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index c6c42f9bdd709657907b0ba91e0297bf024ee655..03ca13fd5051281a2e83a7a36b9e9e5604446c73 100644 (file)
@@ -18,8 +18,6 @@
 ; the inverse DCT (Discrete Cosine Transform). The following code is
 ; based directly on the IJG's original jidctfst.c; see the jidctfst.c
 ; for more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index b60b44f2cef908df674f01e3a8bc95db6fb9e473..b36cb31df3e826e47dc28adc98b5051ab6145285 100644 (file)
@@ -18,8 +18,6 @@
 ; inverse DCT (Discrete Cosine Transform). The following code is based
 ; directly on the IJG's original jidctint.c; see the jidctint.c for
 ; more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index 83fc344bf08a359d9bf9e75bdf195dc2bd09c2f4..0f52a6e43f1afb258f57e666d83bfd9cb0728dd7 100644 (file)
@@ -18,8 +18,6 @@
 ; inverse DCT (Discrete Cosine Transform). The following code is based
 ; directly on the IJG's original jidctint.c; see the jidctint.c for
 ; more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index af64fdc2343995b31d2a6661e153bf31b741371f..133a59a91e7d25e96565853431c59b7daa9dc06a 100644 (file)
@@ -18,8 +18,6 @@
 ; output: either 4x4 or 2x2 pixels from an 8x8 DCT block.
 ; The following code is based directly on the IJG's original jidctred.c;
 ; see the jidctred.c for more details.
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index 4600eeccdbdc87ff8d2e79154c23337cf8d57026..83596a915b0b4c26f50395684b3f251c874fc886 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index b7243e432b4fb75d77cceadf391e7229624f43c4..5f04d223305de07a288b8408760e1bd43329f8d0 100644 (file)
@@ -14,8 +14,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index 7ff7275f71f82264eabc9347803a5cba3c00b2d9..bb6fa69ea3c16b409f196b636c0c40e12071480e 100644 (file)
@@ -13,8 +13,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"
 %include "jdct.inc"
index a905282aa2a78d9eff6586232fdbe4b14cbcf809..705f813d7da609474a5c99ed27ff8e6f63cb6f2d 100644 (file)
@@ -14,8 +14,6 @@
 ; assembler (including Borland's Turbo Assembler).
 ; NASM is available from http://nasm.sourceforge.net/ or
 ; http://sourceforge.net/project/showfiles.php?group_id=6208
-;
-; [TAB8]
 
 %include "jsimdext.inc"