shithub: mc

ref: 77d584ee227d829e842efdc938dffa322665b22c
dir: /lib/math/bld.sub/

View raw version
lib math =
	fpmath.myr

	# trunc
	fpmath-trunc-impl.myr

	# summation
	fpmath-sum-impl.myr

	# fused-multiply-add
	fpmath-fma-impl.myr

	lib ../std:std
;;