Can the libgcc functions such as addsf3 be optimized for ARM?
A good portion of the libgcc routines (such as addsf3 and many others) for ARM are already optimized in assembly code. You can find the implementation in gcc/config/arm/ieee754-sf.S and gcc/config/arm/ieee754-df.S.
NOTE:
This entry has been validated against the SDP version listed above. Use
caution when considering this advice for any other SDP version. For
supported releases, please reach out to QNX Technical Support if you have any questions/concerns.