2013/8/4 dw <[email protected]>: > - Move intrinsics from conio.h to intrin-impl.h to be consistent with msdn. > - Update related files in intrincs\*.c to share code with intrin-impl.h. > - Updated the asm to support both att/intel. > - Use macros to ensure consistent definitions. > > Note that most of these functions are "kernel-mode only." Since I have no > idea how to create kernel mode programs with gcc (and wouldn't know how to > do port testing anyway), my testing of this patch consisted of ensuring that > the same code was produced after my changes as was created before. This > doesn't prove that the code works, but it should work no worse than before. > With the added benefits listed above. > > dw
In general this patch looks fair. But there seems to be a bug here about readcr(1|2|...) function and none-64-bit mode. The signature is different for that and this seems not to be reflected in that patch. Cheers, Kai ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
