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
..
2013-08-18 18:34:05 +02:00
2013-08-18 18:34:05 +02:00
2009-04-21 22:51:07 +02:00
2013-08-18 18:34:05 +02:00
2006-03-24 12:46:49 +00:00
2005-06-04 23:04:30 +00:00
2009-10-06 12:00:43 +02:00