mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-22 23:43:24 +00:00
将 kernel\common\math\pow.c 的求幂运算优化为快速幂
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -120,7 +120,8 @@
|
||||
"screen_manager.h": "c",
|
||||
"textui.h": "c",
|
||||
"atomic.h": "c",
|
||||
"uart.h": "c"
|
||||
"uart.h": "c",
|
||||
"fat_ent.h": "c"
|
||||
},
|
||||
"C_Cpp.errorSquiggles": "Enabled",
|
||||
"esbonio.sphinx.confDir": ""
|
||||
|
Reference in New Issue
Block a user