shithub: mc

ref: 31356a321f79afc2dd2cc5a6b7c9c72f77cf3394
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
;;