mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 06:54:14 -04:00
@@ -1,3 +1,9 @@
|
||||
#include "global.h"
|
||||
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/boot/sqrtf/sqrtf.s")
|
||||
#ifndef __GNUC__
|
||||
#define __builtin_sqrtf sqrtf
|
||||
#endif
|
||||
|
||||
f32 sqrtf(f32 f) {
|
||||
return __builtin_sqrtf(f);
|
||||
}
|
||||
Reference in New Issue
Block a user