From 54f2074ebef27871490d1138ebdde4b163bfc033 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 21 Feb 2023 15:05:16 +0100 Subject: [PATCH] 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: --- 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 `__ - `Intel 64 and IA-32 Architectures Optimization Reference - Manual `__ + Manual `__ - `Software optimization resources `__ - `Intel Intrinsics