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