Skip to content
Snippets Groups Projects
Select Git revision
  • dualcore
  • ch3/leds
  • wip-bootstrap default
  • ch3/time
  • master
5 results

mpconfigport.h

  • Damien George's avatar
    ca973bd3
    qemu-arm: Enable software floating point support, and float tests. · ca973bd3
    Damien George authored
    This helps to test floating point code on Cortex-M hardware.
    
    As part of this patch the link-time-optimisation was disabled because it
    wasn't compatible with software FP support.  In particular, the linker
    could not find the __aeabi_f2d, __aeabi_d2f etc functions even though they
    were provided by lib/libm/math.c.
    ca973bd3
    History
    qemu-arm: Enable software floating point support, and float tests.
    Damien George authored
    This helps to test floating point code on Cortex-M hardware.
    
    As part of this patch the link-time-optimisation was disabled because it
    wasn't compatible with software FP support.  In particular, the linker
    could not find the __aeabi_f2d, __aeabi_d2f etc functions even though they
    were provided by lib/libm/math.c.