FPU on M4 already enabled?

Discussion in 'UDOO NEO' started by Jinnoy, Mar 21, 2020.

  1. Jinnoy

    Jinnoy New Member

    Joined:
    Nov 15, 2019
    Messages:
    4
    Likes Received:
    0
    Hi Udoo-Folks,
    is the floating point unit of the M4-coprocessor already enabled using Arduino environment? So I just could make a sketch with a peice of code like

    double a = 1.2;
    double b = 3.3;
    double c;
    c = a + b:

    and the calculation is done using the fpu?
    Are there eny restrictions about the fpu?

    Thanks,
    Jinnoy.
     

Share This Page