ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_fpu_probe.c
Go to the documentation of this file.
1
16
17#include "ra8_fpu_probe.h"
18
19double ra8_fpu_dp_madd(double a, double b, double c)
20{
21 return (a * b) + c;
22}
double ra8_fpu_dp_madd(double a, double b, double c)
Evaluate the double-precision product-sum a * b + c.
Double-precision FPU probe – codegen witness for the RA8P1 DP-FPU.