mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-21 18:33:23 +00:00
@ -1,4 +1,4 @@
|
||||
#include "math.h"
|
||||
#include <libc/math.h>
|
||||
#include <libc/stddef.h>
|
||||
|
||||
int64_t pow(int64_t x, int y)
|
||||
|
@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
#include "libm.h"
|
||||
|
||||
#if __FLT_EVAL_METHOD__ == 0 || __FLT_EVAL_METHOD__ == 1
|
||||
|
Reference in New Issue
Block a user