### Your Feature Request Use 'restrict' (`__restrict__` / `__restrict`) to optimize the dot product https://en.wikipedia.org/wiki/Restrict [GCC: Restricting Pointer Aliasing](https://gcc.gnu.org/onlinedocs/gcc/Restricted-Pointers.html) [MSVC: __restrict](https://learn.microsoft.com/en-us/cpp/cpp/extension-restrict?view=msvc-170) [TensorFlow](https://github.com/search?q=repo%3Atensorflow%2Ftensorflow+language%3Ac%2B%2B+%22_restrict%22+dot&type=code) [oneDNN](https://github.com/search?q=repo%3Aoneapi-src%2FoneDNN++language%3Ac%2B%2B+%22_restrict%22+&type=code)