forked from emscripten-core/emscripten
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 256-bit AVX support (emscripten-core#21684)
Since webassembly only supports 128-bit fixed vector length, one 256-bit AVX intrinsic is emulated by two 128-bit instrinsics.
- Loading branch information
1 parent
7f8a05d
commit ef70f48
Showing
4 changed files
with
3,264 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.