This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients Alex.Willmer, doko, martin.panter, python-dev, twouters, vstinner, xdegaye, yan12125
Date 2017-01-05.15:40:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483630829.05.0.126736142631.issue26851@psf.upfronthosting.co.za>
In-reply-to
Content
> 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
History
Date User Action Args
2017-01-05 15:40:29xdegayesetrecipients: + xdegaye, twouters, doko, vstinner, python-dev, martin.panter, Alex.Willmer, yan12125
2017-01-05 15:40:29xdegayesetmessageid: <1483630829.05.0.126736142631.issue26851@psf.upfronthosting.co.za>
2017-01-05 15:40:29xdegayelinkissue26851 messages
2017-01-05 15:40:29xdegayecreate