mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-21 09:36:35 +00:00
将 kernel\common\math\pow.c 的求幂运算优化为快速幂
This commit is contained in:
@ -345,7 +345,7 @@ void fat32_fill_shortname(struct vfs_dir_entry_t *dEntry, struct fat32_Directory
|
||||
}
|
||||
else
|
||||
{
|
||||
for(int j = 8;j<11;++j)
|
||||
for (int j = 8; j < 11; ++j)
|
||||
{
|
||||
target->DIR_Name[j] = 'a';
|
||||
}
|
||||
|
Reference in New Issue
Block a user