Skip to content
forked from WebAssembly/simd

Branch of the spec repo scoped to discussion of SIMD in WebAssembly

License

Notifications You must be signed in to change notification settings

Maratyszcza/simd

 
 

Repository files navigation

SIMD proposal for WebAssembly

This repository holds a proposal for adding 128-bit SIMD support to WebAssembly. It is a copy of the WebAssembly/spec repository with the addition of a proposals/simd directory. The proposal describes how 128-bit packed SIMD types and operations can be added to WebAssembly. It is based on previous work on SIMD.js in the Ecma TC39 ECMAScript committee and the portable SIMD specification that resulted.

The proposed semantics has the details.

Note: this proposal is still being worked out, and rate of changes is high, please consult the implementation status document to get an idea of the state of implementation across toolchains and embedders.

Design issue

Original README from upstream repo follows...

spec

This repository holds a prototypical reference implementation for WebAssembly, which is currently serving as the official specification. Eventually, we expect to produce a specification either written in human-readable prose or in a formal specification language.

It also holds the WebAssembly testsuite, which tests numerous aspects of conformance to the spec.

View the work-in-progress spec at webassembly.github.io/spec.

At this time, the contents of this repository are under development and known to be "incomplet and inkorrect".

Participation is welcome. Discussions about new features, significant semantic changes, or any specification change likely to generate substantial discussion should take place in the WebAssembly design repository first, so that this spec repository can remain focused. And please follow the guidelines for contributing.

citing

For citing WebAssembly in LaTeX, use this bibtex file.

About

Branch of the spec repo scoped to discussion of SIMD in WebAssembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • WebAssembly 89.4%
  • Python 5.2%
  • OCaml 3.1%
  • JavaScript 1.7%
  • Batchfile 0.2%
  • Makefile 0.2%
  • Other 0.2%