The FPU implements the following floating point operations, where the double operations are available with 64-bit MicroBlaze:
- addition, fadd and dadd
- subtraction, frsub and drsub
- multiplication, fmul and dmul
- division, fdiv and ddiv
- square root, fsqrt and dsqrt (available if
C_USE_FPU = 2, EXTENDED
)