Chongyu Zhu 41632b58ef [arm] Fix thumb2 inline assembly under LLVM.
When using `ADD' with an immediate operand, the instruction is
actually `ADD Rd, Rn, #<imm12>', that is, the maximum of the
immediate operand cannot exceed 4095.  It will fail to compile with
LLVM.

However, in GCC, due to some legacy compatibility considerations,
`ADD.W' will be automatically emitted when the immediate operand is
larger than 4095.

* builds/unix/ftconfig.in, include/freetype/config/ftconfig.h
(FT_MulFix_arm) [__GNUC__]: Support clang compiler.

* src/truetype/ttinterp.c (TT_MulFix14_arm) [__GNUC__]: Ditto.
2013-10-15 11:40:34 +02:00
..
2010-12-31 17:47:09 +01:00
2009-03-11 21:39:10 +00:00
2013-03-14 15:49:49 +01:00
2012-01-17 02:00:24 +09:00
2010-02-13 07:53:37 +01:00
2008-06-26 19:56:51 +00:00
2013-09-03 11:33:10 +02:00
2013-09-03 11:33:10 +02:00
2009-01-19 08:47:43 +00:00
2013-01-12 19:17:05 -05:00
2013-06-25 07:48:38 +02:00
2011-11-15 08:17:59 +01:00