mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-05 06:59:32 +03:00
fix REP MOVSB doc comment typo
This commit is contained in:
parent
429025634e
commit
6c92690914
1 changed files with 2 additions and 2 deletions
|
@ -175,8 +175,8 @@ bool _mi_page_is_valid(mi_page_t* page);
|
|||
#endif
|
||||
|
||||
// ------------------------------------------------------
|
||||
// Fast `memcpy()` on x86(_64) platforms unavailable,
|
||||
// use REP MOVSB
|
||||
// Fast `memcpy()` on x86(_64) platforms unavailable
|
||||
// on Windows, use REP MOVSB if necessary
|
||||
// ------------------------------------------------------
|
||||
|
||||
#if defined(_M_IX86) || defined(_M_X64)
|
||||
|
|
Loading…
Add table
Reference in a new issue