Add comments and documentation

This commit is contained in:
Alexey Milovidov 2021-03-14 00:51:13 +03:00
parent 32e66baa0a
commit a1ebd52d09

View File

@ -40,6 +40,7 @@
* - rep movsb;
* Performance will depend on the size threshold, on the CPU model, on the "erms" flag
* ("Enhansed Rep MovS" - it indicates that performance of "rep movsb" is decent for large sizes)
* https://stackoverflow.com/questions/43343231/enhanced-rep-movsb-for-memcpy
*
* Using AVX-512 can be bad due to throttling.
* Using AVX can be bad if most code is using SSE due to switching penalty