Initial commit of SoftFloat 2a import. This should provide a sensiblemostly-MI floating-point implementation for use by gcc -msoft-float.It's currently only used by arm26, but should be usable by
Initial commit of SoftFloat 2a import. This should provide a sensiblemostly-MI floating-point implementation for use by gcc -msoft-float.It's currently only used by arm26, but should be usable by other portswithout too much hacking, assuming doubles and u_int64_ts are passed andreturned the same way, and FP formats are IEEEish.
show more ...