Fix compliation on gcc-4.3 and ARMv5T
authordeanm@chromium.org <deanm@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 21 Aug 2009 17:17:35 +0000 (17:17 +0000)
committerdeanm@chromium.org <deanm@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 21 Aug 2009 17:17:35 +0000 (17:17 +0000)
commitd5ed395048275660239ba537413f0ba4882686d0
treeed95ca7f996c0840e2e017518cea9ca29169db9f
parent755dd4773dad70d5fbe3f8bb091eaf268ea752c7
Fix compliation on gcc-4.3 and ARMv5T

 - smulbb is only on ARMv5TE and above (p316, ARM Architecture Reference Manual)
 - an empty clobber list causes a compiler error with my compiler, gcc-4.3.2

Patch by Joel Stanley <joel@jms.id.au>

Review URL: http://codereview.appspot.com/96165

git-svn-id: http://skia.googlecode.com/svn/trunk@329 2bbb7eff-a529-9590-31e7-b0007b416f81
include/core/SkMath.h