Ok, I've ported libm from http://www.netlib.org/fdlibm/ and working on SoftFloat from http://www.jhauser.us/arithmetic/SoftFloat.html . I have the gcc libgcc wrapper files for SoftFloat too. I guess for VC we can include wrappers..... I'm not a VC++ expert~.
Depends on Dr. Timo. We have the resources, now we need to plan something for a later time once the basic Win32k Thread/Process, etc, stuff is finishes or in a state of ~.
On Tue, Oct 28, 2008 at 11:51 AM, KJK::Hyperion hackbunny@reactos.com wrote:
James Tabor wrote:
So,,,,, is it posiable to build our build environment (RosBE) to support full soft-float? So we can avoid more source in ReactOS.....
Oppose. Depending on -msoft-float will make a Visual C++ build impossible. Let's find a code/library solution instead
Thanks, James