fix REP MOVSB doc comment typo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user