[fpc-devel] FPC Android crashes in Tegra CPUs

2014-12-20 Thread Sergio Flores
I've recently discovered that some fpc math functions crash on Tegra CPUs (ARM7/Android), even when called with valid arguments. Anyone has a clue what could cause this or possible workarounds? Eg: Calling lnxp1(x) with x1 results in a SIGILL crash. I did my own naive implementation of this

Re: [fpc-devel] FPC Android crashes in Tegra CPUs

2014-12-20 Thread Florian Klämpfl
Am 20.12.2014 um 15:45 schrieb Sergio Flores: I've recently discovered that some fpc math functions crash on Tegra CPUs (ARM7/Android), even when called with valid arguments. Anyone has a clue what could cause this or possible workarounds? Eg: Calling lnxp1(x) with x1 results in a SIGILL