mirror of
https://github.com/zeldaret/tp
synced 2026-09-08 19:42:45 -04:00
Renamed instances of msl_c -> MSL_C because
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/e_atan2
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/e_atan2.h"
|
||||
#include "MSL_C/Math/Double_precision/e_atan2.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -65,6 +65,6 @@ SECTION_SDATA2 static f64 lit_155 = 1.2246467991473532e-16;
|
||||
#pragma optimizewithasm off
|
||||
asm void __ieee754_atan2() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/e_atan2/__ieee754_atan2.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/e_atan2/__ieee754_atan2.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
Reference in New Issue
Block a user