[llvm] 5c2ade0 - PR50708: Update link to Intel SIMD ABI
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 27 14:55:55 PDT 2021
Author: David Blaikie
Date: 2021-06-27T14:55:08-07:00
New Revision: 5c2ade03ea8722846dff6f87c67630d703c61c09
URL: https://github.com/llvm/llvm-project/commit/5c2ade03ea8722846dff6f87c67630d703c61c09
DIFF: https://github.com/llvm/llvm-project/commit/5c2ade03ea8722846dff6f87c67630d703c61c09.diff
LOG: PR50708: Update link to Intel SIMD ABI
Added:
Modified:
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index f3f75b2488dd8..fc9bf536a9fd1 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -2098,7 +2098,7 @@ attributes are supported:
determined by the rules of the Vector Function ABI (VFABI)
specifications of the target. For Arm and X86, the VFABI can be
found at https://github.com/ARM-software/abi-aa and
- https://software.intel.com/en-us/articles/vector-simd-function-abi,
+ https://software.intel.com/content/www/us/en/develop/download/vector-simd-function-abi.html,
respectively.
For X86 and Arm targets, the values of the tokens in the standard
More information about the llvm-commits
mailing list