mirror of https://github.com/zeldaret/tp.git
35 lines
592 B
C++
35 lines
592 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: Math/Double_precision/w_exp
|
|
//
|
|
|
|
#include "MSL_C.PPCEABI.bare.H/Math/Double_precision/w_exp.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
extern "C" void exp();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
extern "C" void __ieee754_exp();
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 8036C740-8036C760 367080 0020+00 0/0 1/1 0/0 .text exp */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void exp() {
|
|
nofralloc
|
|
#include "asm/MSL_C.PPCEABI.bare.H/Math/Double_precision/w_exp/exp.s"
|
|
}
|
|
#pragma pop
|