Module: Mesa Branch: main Commit: 54f2074ebef27871490d1138ebdde4b163bfc033 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=54f2074ebef27871490d1138ebdde4b163bfc033
Author: Erik Faye-Lund <[email protected]> Date: Tue Feb 21 15:05:16 2023 +0100 docs: update link to intel optimization reference manual Seems this document has moved since last we updated this link. But instead of chasing the exact CDN link, let's link to the document on Intel's website. There's both a download-link there, as well as the ability to read the document online. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21448> --- docs/drivers/llvmpipe.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drivers/llvmpipe.rst b/docs/drivers/llvmpipe.rst index c89868343b4..cd2d4eb9d03 100644 --- a/docs/drivers/llvmpipe.rst +++ b/docs/drivers/llvmpipe.rst @@ -258,7 +258,7 @@ Recommended Reading - `Optimizing Pixomatic For Modern x86 Processors <https://www.drdobbs.com/optimizing-pixomatic-for-modern-x86-proc/184405807>`__ - `Intel 64 and IA-32 Architectures Optimization Reference - Manual <https://cdrdv2-public.intel.com/671488/248966_software_optimization_manual.pdf>`__ + Manual <https://www.intel.com/content/www/us/en/content-details/671488/intel-64-and-ia-32-architectures-optimization-reference-manual.html>`__ - `Software optimization resources <https://www.agner.org/optimize/>`__ - `Intel Intrinsics
