loongson-community / discussions

Cross-community issue tracker & discussions / 跨社区工单追踪 & 讨论场所
9 stars 0 forks source link

英雄帖:Add LoongArch SIMD support to BLAKE3 #45

Open xen0n opened 7 months ago

xen0n commented 7 months ago

Project: https://github.com/BLAKE3-team/BLAKE3

It could be beneficial to have this algorithm LoongArch-SIMD-accelerated.

The unofficial LoongArch intrinsics guide is the place to learn LoongArch SIMD without having to consult unreleased/NDA-ed official content.

MQ-mengqing commented 5 months ago

I'm working on it (in c/). Lsx is ok now. (Refer to blake3_neon.c) I need some time to add lasx and makefiles.