[fpc-devel] Arm Hardfloat
Den Jean
Den.Jean at telenet.be
Thu Oct 4 22:28:05 CEST 2012
On Thursday 04 October 2012 21:54:19 Thomas Schatzl wrote:
> Basically the difference between armel and armhf are
> - fpc cannot create valid armhf shared libraries
>
> Other problems common to both (just from interpreting the testsuite
> results, filtering known failing tests):
> - there are issues with threading/synchronization (test machine is a
> quad-core box, previous test machine was single core where as usual such
> problems don't show up)
> - fpu exceptions/setting fpu exception mask seem to not work
> - some problems with fpc resources
Thx for the info
In the Qt binding I need to do this
SetExceptionMask([exDenormalized,exInvalidOp,exOverflow,exPrecision,exUnderflow,exZeroDivide]);
because of Qt C++ not allowing such exceptions
is this a problem ?
More information about the fpc-devel
mailing list