SSBM Decomp
Loading...
Searching...
No Matches
intrinsics.h
Go to the documentation of this file.
1#ifndef METROTRK_INTRINSICS_H
2#define METROTRK_INTRINSICS_H
3
4void __sync(void);
5void __isync(void);
6int __cntlzw(unsigned int);
7float sqrtf__Ff(float);
8float __fnmsubs(float, float, float);
9double __fabs(double);
10float __fabsf(float);
11double __frsqrte(double);
12
13void* __memcpy(void* dst, const void* src, unsigned long n);
14
15#endif
float sqrtf__Ff(float)
void * __memcpy(void *dst, const void *src, unsigned long n)
float __fnmsubs(float, float, float)
void __sync(void)
float __fabsf(float)
double __fabs(double)
void __isync(void)
double __frsqrte(double)
int __cntlzw(unsigned int)