openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
E
ecmascript_simd
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 07, 2024 — Aug 07, 2025
Showing page 17 of 19
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add averageFloat64x2.js
Haitao Feng
More...
about 11 years ago
Updated the sinx4.js benchmark and added it to run.js
Peter Jensen
More...
about 11 years ago
Add Dart port of aobench and sinx4 by Zachary Anderson
John McCutchan
More...
over 11 years ago
Uint32x4 -> Int32x4 for Dart mandelbrot benchmark
Haitao Feng
More...
over 11 years ago
Added new operations
John McCutchan
More...
over 11 years ago
Move constructors into SIMD module
John McCutchan
More...
over 11 years ago
Remove use of "new float32x4" and "new uint32x4"
John McCutchan
More...
over 11 years ago
Merge branch 'master' of https://github.com/johnmccutchan/ecmascript_simd
Peter Jensen
More...
over 11 years ago
Added a sinx4 benchmark - for computing 4 float32 sin() values in parallel
Peter Jensen
More...
over 11 years ago
Added int32x4.zero() constructor and a test for it
Peter Jensen
More...
over 11 years ago
Merge pull request #36 from wahbahdoo/master
John McCutchan
More...
over 11 years ago
need to keep bitsToInt32x4 as original
Heidi Pan
More...
over 11 years ago
forgot to delete original bitsToInt32x4 code (would be correct, but changed for consistency)
Heidi Pan
More...
over 11 years ago
patch to correct bitsTo behavior wrt NaN canonicalization
Heidi Pan
More...
over 11 years ago
Inlined kernel functions to avoid measuring call overhead when JS engine doesn't do the inlining
Peter Jensen
More...
over 11 years ago
Refactor matrix_bench.dart into matrix_multiply.dart and vector_transform.dart, add average.dart and mandelbrot.dart
Haitao Feng
More...
almost 12 years ago
Add Dart benchmark harness
John McCutchan
More...
almost 12 years ago
aobench: fix api update bug; split large occIsect object for more fair comparison with non-simd
Heidi Pan
More...
almost 12 years ago
Updated README
John McCutchan
More...
almost 12 years ago
Merge branch 'master' of https://github.com/johnmccutchan/ecmascript_simd
John McCutchan
More...
almost 12 years ago
Remove type prefix of cast operators
John McCutchan
More...
almost 12 years ago
aobench: fix bug, bitcast float32x4 to int32x4 before and
Heidi Pan
More...
almost 12 years ago
mandelbrot: make non-simd version do double rather than integer ops
Heidi Pan
More...
almost 12 years ago
aobench: make ray_sphere_intersect_simd & ray_plane_intersect_simd branching style consistent, resolved issue #32
Heidi Pan
More...
almost 12 years ago
Refactor API into SIMD.float32x4 and SIMD.int32x4 buckets
John McCutchan
More...
almost 12 years ago
Rename Uint32x4/Uint32x4List to Int32x4/Int32x4List
John McCutchan
More...
almost 12 years ago
Changed bitsTo<TYPE> names to <TYPE>BitsTo<TYPE> to jibe with the changes to the polyfill
Peter Jensen
More...
almost 12 years ago
Enabled inverse4x3 and transpose4x4 kernels
Peter Jensen
More...
almost 12 years ago
Added shuffleu32(), shuffleMix(), and shuffleMixu32() operations
Peter Jensen
More...
almost 12 years ago
Fixed issue with SIMD version of matrix inverse operation
Peter Jensen
More...
almost 12 years ago
←
1
2
…
11
12
13
14
15
16
17
18
19
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree