mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
Implement FLOATOBJ api in assembly. ~~ On x86 (and only there) we must not use the FPU in kernel mode code, because the fpu state is not safed on normal context switches. That's why there's the FLOATOBJ api. It provides the needed fp emulation for win32k and drivers. I wrote it in asm to be fast. It's not yet plugged in.
svn path=/trunk/; revision=35175
This commit is contained in:
parent
c3821ec8a5
commit
121717a593
1 changed files with 1155 additions and 0 deletions
1155
reactos/subsystems/win32/win32k/eng/i386/floatobj.S
Normal file
1155
reactos/subsystems/win32/win32k/eng/i386/floatobj.S
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue