0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 07, 2024 — Aug 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix the "simd128 types check" test to avoid using == on SIMD values More... over 10 years ago
Make float64x2 select work with float64x2 comparison values. More... over 10 years ago
Clarify that reciprocal and reciprocalSqrt are approximations More... over 10 years ago
Check in an initial draft of an extended API proposal More... over 10 years ago
Implement float-to-integer conversion error handling More... over 10 years ago
Fix argument type checking to use the check function More... over 10 years ago
Implement shift-count saturation More... over 10 years ago
Merge pull request #109 from ProgramFOX/int16x8-int8x16-select-bitselect More... over 10 years ago
Merge pull request #108 from sunfishcode/master More... over 10 years ago
Merge pull request #95 from mhaghigh/master More... over 10 years ago
fixing a comment More... over 10 years ago
Merge pull request #3 from huningxin/memset More... over 10 years ago
creating SIMD version of memcpy More... over 10 years ago
creating SIMD version of memcpy More... over 10 years ago
cosmetic changes More... over 10 years ago
Merge pull request #2 from huningxin/memset More... over 10 years ago
Emscripten emits SIMD.*.load/store with Uint8Array. More... over 10 years ago
Fix the HEAP8 and HEAPU8 constructions. More... over 10 years ago
Allow memcpy.js to pass asm.js validation. More... over 10 years ago
Added revised version of memset.js More... over 10 years ago
Added memset to run.js More... over 10 years ago
{int16x8,int8x16}.select -> bitselect + add select More... over 10 years ago
Make memset.js pass asm validation More... over 10 years ago
Merge pull request #107 from huningxin/check_api More... over 10 years ago
Load ecmascript_simd.js unconditionally More... over 10 years ago
Remove redundant source files. More... over 10 years ago
Move 1-argument constructor to check API. More... over 10 years ago
Add missing comparisons for int8x16 and int16x8 More... over 10 years ago
Minor code simplifications More... over 10 years ago
Don't create buffers for shuffles unless they're needed More... over 10 years ago