shithub: mc

ref: 63c188f625c3939ab31231e3c6775ba72d37a00e
dir: /lib/math/fma.myr/

View raw version
pkg math =
	pkglocal extern const fma32 : (x : flt32, y : flt32, z : flt32 -> flt32)
	pkglocal extern const fma64 : (x : flt64, y : flt64, z : flt64 -> flt64)
;;