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
Add averageFloat64x2.js More... about 11 years ago
Updated the sinx4.js benchmark and added it to run.js More... about 11 years ago
Add Dart port of aobench and sinx4 by Zachary Anderson More... over 11 years ago
Uint32x4 -> Int32x4 for Dart mandelbrot benchmark More... over 11 years ago
Added new operations More... over 11 years ago
Move constructors into SIMD module More... over 11 years ago
Remove use of "new float32x4" and "new uint32x4" More... over 11 years ago
Merge branch 'master' of https://github.com/johnmccutchan/ecmascript_simd More... over 11 years ago
Added a sinx4 benchmark - for computing 4 float32 sin() values in parallel More... over 11 years ago
Added int32x4.zero() constructor and a test for it More... over 11 years ago
Merge pull request #36 from wahbahdoo/master More... over 11 years ago
need to keep bitsToInt32x4 as original More... over 11 years ago
forgot to delete original bitsToInt32x4 code (would be correct, but changed for consistency) More... over 11 years ago
patch to correct bitsTo behavior wrt NaN canonicalization More... over 11 years ago
Inlined kernel functions to avoid measuring call overhead when JS engine doesn't do the inlining More... over 11 years ago
Refactor matrix_bench.dart into matrix_multiply.dart and vector_transform.dart, add average.dart and mandelbrot.dart More... almost 12 years ago
Add Dart benchmark harness More... almost 12 years ago
aobench: fix api update bug; split large occIsect object for more fair comparison with non-simd More... almost 12 years ago
Updated README More... almost 12 years ago
Merge branch 'master' of https://github.com/johnmccutchan/ecmascript_simd More... almost 12 years ago
Remove type prefix of cast operators More... almost 12 years ago
aobench: fix bug, bitcast float32x4 to int32x4 before and More... almost 12 years ago
mandelbrot: make non-simd version do double rather than integer ops More... almost 12 years ago
aobench: make ray_sphere_intersect_simd & ray_plane_intersect_simd branching style consistent, resolved issue #32 More... almost 12 years ago
Refactor API into SIMD.float32x4 and SIMD.int32x4 buckets More... almost 12 years ago
Rename Uint32x4/Uint32x4List to Int32x4/Int32x4List More... almost 12 years ago
Changed bitsTo<TYPE> names to <TYPE>BitsTo<TYPE> to jibe with the changes to the polyfill More... almost 12 years ago
Enabled inverse4x3 and transpose4x4 kernels More... almost 12 years ago
Added shuffleu32(), shuffleMix(), and shuffleMixu32() operations More... almost 12 years ago
Fixed issue with SIMD version of matrix inverse operation More... almost 12 years ago