Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed May 29, 2023
1 parent ef5de08 commit d3037ff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/insn_impl_simd.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
/*
* SIMD implementation for toywasm
*
* https://github.com/WebAssembly/simd
*
* this is a dumb pure C implementation, mainly for portability reasons.
*
* if performance matters, it's probably better to use vector instrinsics
* available on host:
* https://gcc.gnu.org/onlinedocs/gcc/Vector-Extensions.html
* https://clang.llvm.org/docs/LanguageExtensions.html#vectors-and-extended-vectors
*/

#define READ_LANEIDX(VAR, N) \
Expand Down

0 comments on commit d3037ff

Please sign in to comment.