Find a file
Paolo Teti f70ccac08e Fix __subsf3 and __subdf3 on x86
Be sure to do not mix hard-float and soft-float calls.
Disassembled code show exactly this.
So replace add with an explicit call to __addsf3/__adddf3

This seems the root cause of some sporadic failures.
2018-02-09 20:35:55 +01:00
library/compiler-builtins Fix __subsf3 and __subdf3 on x86 2018-02-09 20:35:55 +01:00