Xavier de Gaye added the comment:

> Just tried. With my packaging scripts, CPython on ARM is compiled with 
> -mfloat-abi=softfp -mfpu=vfpv3-d16 while libffi not. test_ctypes pass as 
> usual.

This works as expected, '-mfloat-abi=softfp' and the default '-mfloat-abi=soft' 
use the same ABI [1]: "Function calls are generated to pass FP arguments 
(float, double) in integer registers (one for float, a pair of registers for 
double)".

[1] https://wiki.debian.org/ArmHardFloatPort/VfpComparison

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26851>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to