mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 00:46:31 +00:00
🔧 使cpu支持SSE(目前会出现#GP)
This commit is contained in:
@ -94,6 +94,9 @@ static int vsprintf(char *buf, const char *fmt, va_list args);
|
||||
*/
|
||||
static char* write_num(char *str, long long num, int base, int field_width, int precision, int flags);
|
||||
|
||||
|
||||
static char *write_float_point_num(char *str, double num, int field_width, int precision, int flags);
|
||||
|
||||
/**
|
||||
* @brief 在屏幕上指定位置打印字符
|
||||
*
|
||||
|
Reference in New Issue
Block a user