Skip to content

Commit

Permalink
Add zenodo integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Nov 15, 2024
1 parent ba4f358 commit 9e70798
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unofficial LoongArch Intrinsics Guide

[![DOI](https://zenodo.org/badge/730251036.svg)](https://doi.org/10.5281/zenodo.14169508)

Visit <http://jia.je/unofficial-loongarch-intrinsics-guide/>

Arranged from QEMU implementation and [GCC Intrinsics](https://gcc.gnu.org/onlinedocs/gcc/LoongArch-SX-Vector-Intrinsics.html)
Expand Down
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unofficial LoongArch Intrinsics Guide

[![DOI](https://zenodo.org/badge/730251036.svg)](https://doi.org/10.5281/zenodo.14169508)

This is the Unofficial LoongArch Intrinsics Guide by Jiajie Chen et, al. The documentation is arranged from the following sources:

- QEMU
Expand Down Expand Up @@ -28,4 +30,4 @@ union lasx_register {
float fp32[8];
double fp64[4];
};
```
```

0 comments on commit 9e70798

Please sign in to comment.