ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_fpu_probe.h
Go to the documentation of this file.
1
39
40#pragma once
41
42#ifdef __cplusplus
43extern "C" {
44#endif
45
77double ra8_fpu_dp_madd(double a, double b, double c);
78
79#ifdef __cplusplus
80}
81#endif
double ra8_fpu_dp_madd(double a, double b, double c)
Evaluate the double-precision product-sum a * b + c.