mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Powerpc math header.
svn path=/trunk/; revision=14398
This commit is contained in:
parent
c0212e2720
commit
3a1a462a26
2 changed files with 3210 additions and 0 deletions
|
@ -38,6 +38,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
|||
*/
|
||||
#ifdef __i386__
|
||||
#include "i386.h"
|
||||
#elif defined(_M_PPC)
|
||||
#include "powerpc.h"
|
||||
#endif
|
||||
#define L_clz
|
||||
#define L_udivdi3
|
||||
|
|
3208
reactos/boot/freeldr/freeldr/math/powerpc.h
Normal file
3208
reactos/boot/freeldr/freeldr/math/powerpc.h
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue