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
19
double
ra8_fpu_dp_madd
(
double
a,
double
b,
double
c)
20
{
21
return
(a * b) + c;
22
}
ra8_fpu_dp_madd
double ra8_fpu_dp_madd(double a, double b, double c)
Evaluate the double-precision product-sum a * b + c.
Definition
ra8_fpu_probe.c:19
ra8_fpu_probe.h
Double-precision FPU probe – codegen witness for the RA8P1 DP-FPU.
libs
ra8_hal
src
ra8_fpu_probe.c
Generated by
1.16.1