将 kernel\common\math\pow.c 的求幂运算优化为快速幂

This commit is contained in:
Eugene
2022-08-14 21:27:21 +08:00
parent fb1144fbda
commit 618b612754
4 changed files with 18 additions and 5 deletions

View File

@ -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": ""