Get rid of .rept in inline asm() blocks where possible. Using .rept causes gcc to...
commit33703fdabbec0dcc79bac84acc373f5d304b88f9
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
parenta3b9a8913fd354a7b6809389ce8c3c054c4f6717
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