search for: qmath_p

Displaying 1 result from an estimated 1 matches for "qmath_p".

Did you mean: mathfp
2006 Dec 17
1
[LLVMdev] Building Qt with LLVM
...red Qt with -no-exceptions -no-stl -static. I haven't tried shared built yet. Probably, enabling exception will break the build, since llvm-gcc4 does not support exceptions well yet. 3. Workaround some llvm-gcc4 "not supported yet" stuff 3.1 Inline FP assembler: --- src/gui/painting/qmath_p.h 2006-11-27 20:26:07.000000000 +0300 +++ src/gui/painting/qmath_p.h 2006-12-16 01:16:41.169530170 +0300 @@ -57,7 +57,7 @@ { return d >= 0.0 ? int(d) : int(d - 0.9999); } #ifdef Q_WS_X11 -#if defined(Q_CC_GNU) && defined(__i386__) +#if defined(Q_CC_GNU) && defined(__i386__)...