shithub: mc

ref: 55f06152abf5c462d459acbc33ac2fc09e37fe46
dir: /lib/math/bld.sub/

View raw version
lib math =
	fpmath.myr

	# trunc, floor, ceil
	fpmath-trunc-impl+posixy-x64-sse4.s
	fpmath-trunc-impl.myr

	# summation
	fpmath-sum-impl.myr

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

	lib ../std:std
;;