Get rid of .rept in inline asm() blocks where possible. Using .rept causes gcc to...
commit02ae7e2bc76f57d3cfa73b75771c071b920476b1
authoramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Wed, 3 Mar 2010 20:52:02 +0000 (3 20:52 +0000)
committeramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Wed, 3 Mar 2010 20:52:02 +0000 (3 20:52 +0000)
tree7700cd67da8c2b191cc68402a83c4c674d470c1d
parent75b21e47242485bfe49577b3b0042d6d27123de0
Get rid of .rept in inline asm() blocks where possible. Using .rept causes gcc to wrongly estimate the size of the asm(), leading to (potential) compilation problems. This is necessary for the upcoming restructuring, and should fix ARMv6+ sim builds as well. No functional change.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25004 a1c6a512-1295-4272-9138-f99709370657
apps/codecs/demac/libdemac/vector_math16_armv5te.h
apps/codecs/demac/libdemac/vector_math16_armv6.h
apps/codecs/demac/libdemac/vector_math16_cf.h
apps/codecs/demac/libdemac/vector_math32_armv4.h