From d7b542fce71f3ee6ae44ca339bd96706fcae8c01 Mon Sep 17 00:00:00 2001 From: Jiajie Chen Date: Sun, 24 Nov 2024 00:39:24 +0800 Subject: [PATCH] Add link to github repo in index page --- docs/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/index.md b/docs/index.md index 8c7e7e88..1e1121c0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,3 +31,7 @@ union lasx_register { double fp64[4]; }; ``` + +The GitHub repo is [jiegec/unofficial-loongarch-intrinsics-guide](https://github.com/jiegec/unofficial-loongarch-intrinsics-guide). + +Contributions are welcome.