Sign in
chromium
/
external
/
github.com
/
tc39
/
ecmascript_simd
/
HEAD
a5529db
Update README.md
by Daniel Ehrenberg
· 7 years ago
master
e25959a
Remove stylesheet links
by Daniel Ehrenberg
· 8 years ago
c6ca655
Readme reflects inactive status of SIMD.js
by Daniel Ehrenberg
· 8 years ago
baf4939
Merge pull request #342 from aylusltd/patch-1
by littledan
· 9 years ago
37f5702
Typo in MathImul
by Jason Nichols
· 9 years ago
612e80b
Merge pull request #334 from stoklund/coerce-index
by littledan
· 9 years ago
1d876c9
Coerce load/store indexes with ToNumber.
by Jakob Stoklund Olesen
· 9 years ago
0d28cdc
Merge pull request #330 from stoklund/equal-simd
by John McCutchan
· 9 years ago
a3132ac
Merge pull request #332 from stoklund/truncate-range-check
by PeterJensen
· 9 years ago
24da21b
Truncate before range checking in float to int conversion.
by Jakob Olesen
· 9 years ago
a302d13
Don't pass SIMD values to equal().
by Jakob Stoklund Olesen
· 9 years ago
69db65b
Merge pull request #327 from stoklund/nan-rangeerror
by billbudge
· 9 years ago
dab221a
Throw a RangeError when fromFloat32x4 sees a NaN.
by Jakob Olesen
· 9 years ago
13bb258
Merge pull request #326 from stoklund/mask-shift-counts
by John McCutchan
· 9 years ago
d08bcc7
Give shift operators masking shift count semantics.
by Jakob Olesen
· 9 years ago
ddfe45a
Merge pull request #325 from stoklund/test-unary-abs
by John McCutchan
· 9 years ago
d4e18f6
Merge pull request #324 from stoklund/simd-reciprocal-approximation
by John McCutchan
· 9 years ago
5a00f09
Test abs() as a unary function.
by Jakob Stoklund Olesen
· 9 years ago
a166a53
Fix typo in simd-reciprocal-approximation.
by Jakob Olesen
· 9 years ago
5f37624
Merge pull request #320 from PeterJensen/master
by PeterJensen
· 9 years ago
dee74b6
Using modulo operator instead of the if-chain to compute masked shift value
by Peter Jensen
· 9 years ago
10eeac3
Changed the *shiftByScalar semantics to match the scalar shift ones, with the masked shift count
by Peter Jensen
· 9 years ago
fd34086
Merge pull request #319 from billbudge/fix
by billbudge
· 9 years ago
e0c974c
Fix simd load.
by Bill Budge
· 9 years ago
5e1de7e
Merge pull request #318 from billbudge/fix1
by billbudge
· 9 years ago
f89fdd5
Fix incorrect polyfill.
by Bill Budge
· 9 years ago
1d7131e
Merge pull request #312 from stoklund/fix-bool
by PeterJensen
· 9 years ago
d5ea2b9
Update sinx4.js for Bool32x4.
by Jakob Stoklund Olesen
· 9 years ago
e3e3ddb
Update aobench.js for Bool32x4.
by Jakob Stoklund Olesen
· 9 years ago
a75a14e
Update mandelbrot.js for Bool32x4.
by Jakob Stoklund Olesen
· 9 years ago
b01af20
Don't load the Float64x2 benchmarks which were removed.
by Jakob Stoklund Olesen
· 9 years ago
9801811
Merge pull request #311 from Elchi3/editorial-fixes
by littledan
· 9 years ago
d78c9e4
Add links to types and fix type table
by Florian Scholz
· 9 years ago
cdf236f
Merge pull request #309 from bnjbvr/patch-2
by littledan
· 9 years ago
b455ed8
Remove dead code about type widening
by Benjamin Bouvier
· 9 years ago
d49c51f
Merge pull request #305 from nmostafa/ConversionFix
by littledan
· 9 years ago
f5754fe
Added SIMD does not equal TIMD for bit and logical conversion
by Nagy Mostafa
· 9 years ago
ca35733
Merge pull request #301 from bnjbvr/patch-1
by littledan
· 9 years ago
d0601a8
Consider non floating-point arguments to ToFloat32 in the spec text
by Benjamin Bouvier
· 9 years ago
cbc21fd
Merge pull request #300 from nmostafa/SIMDElementsFix
by littledan
· 9 years ago
2a5d2be
Refine definition of [[SIMDElements]]
by Nagy Mostafa
· 9 years ago
1d272f1
Merge pull request #297 from arunetm/arunetm-patch-1
by John McCutchan
· 9 years ago
ed9169b
Update ecmascript_simd_tests.js
by Arun Purushan
· 9 years ago
ee2d0b4
Merge pull request #296 from dtig/master
by littledan
· 9 years ago
35a813b
Fixing tests that fail in strict mode due to variable scope.
by Deepti Gandluri
· 9 years ago
739eb41
Merge pull request #292 from nmostafa/FromTimdFix
by littledan
· 9 years ago
f560663
Merge pull request #294 from dtig/master
by billbudge
· 9 years ago
945fab2
Define Min and Max operations only for floating point types.
by Deepti Gandluri
· 9 years ago
08ccd89
Refine FromTIMD definition
by nmostafa
· 9 years ago
1863a13
Fix changelog
by nmostafa
· 9 years ago
43ef2e0
FromTimd fixes: only allowed over Float32x4<->{Int32x4, Uint32x4}. NaNs throw range error.
by nmostafa
· 9 years ago
959d57a
Merge pull request #289 from PeterJensen/master
by billbudge
· 9 years ago
f7e4253
Preserve bits when doing load/store of NaN patterns
by Peter Jensen
· 9 years ago
ceadae6
Merge pull request #287 from kripken/master
by billbudge
· 9 years ago
93c3f84
use 'self' to get the global namespace when in a web worker
by Alon Zakai
· 9 years ago
6bb1d47
Merge pull request #281 from PeterJensen/master
by PeterJensen
· 9 years ago
c8ef63c
Changes from ljharb's review
by Dan Ehrenberg
· 10 years ago
96483e7
More changes for awb
by Dan Ehrenberg
· 10 years ago
4fb0c66
Weaken assertion
by Dan Ehrenberg
· 10 years ago
843e2df
constructor properties
by Dan Ehrenberg
· 10 years ago
b89a96a
Remove unnecessary text
by Dan Ehrenberg
· 10 years ago
1cfce99
CreateArrayFromList
by Dan Ehrenberg
· 10 years ago
70a4aa1
Remove Array.prototype.join mislayered call
by Dan Ehrenberg
· 10 years ago
d39191f
Fix nesting again
by Dan Ehrenberg
· 10 years ago
e7d2930
Fix XML
by Dan Ehrenberg
· 10 years ago
ac786f5
Some refactoring from review
by Dan Ehrenberg
· 10 years ago
3795db8
Inlined simdCreateFromBuffer and removed the check to skip the roundtrip tests
by Peter Jensen
· 10 years ago
d9649ec
Fix note syntax
by Dan Ehrenberg
· 10 years ago
acce4e5
Remove sumOfAbsoluteDifferences functions
by Dan Ehrenberg
· 10 years ago
a302e02
v0.9
by Dan Ehrenberg
· 10 years ago
abe4488
Removed previous commented out code
by Peter Jensen
· 10 years ago
8d7c3cc
Merge pull request #280 from nmostafa/MinorEdits
by littledan
· 10 years ago
c9e113b
Forget to use 'new' when creating a new typed array. Necessary in Chrome, not in FF
by Peter Jensen
· 10 years ago
70ef54f
Made bit conversion NaN Canonicalization agnostic. Fixes fail on Firefox
by Peter Jensen
· 10 years ago
dd1591b
Fixed bool elements count
by nmostafa
· 10 years ago
c77611a
Minor fixes.
by nmostafa
· 10 years ago
a0cc399
Merge pull request #275 from billbudge/testFromBits
by littledan
· 10 years ago
9e762a3
Rename flag var.
by Bill Budge
· 10 years ago
8a286cc
Split out fromBits round trip tests.
by Bill Budge
· 10 years ago
c0123dc
Disable NaN round-trip tests, remove old utils* files.
by Bill Budge
· 10 years ago
1ef1d8b
Update shift right ops.
by Bill Budge
· 10 years ago
97215fd
Merge signed and unsigned shift
by Dan Ehrenberg
· 10 years ago
cc6ace0
Add script tag
by Dan Ehrenberg
· 10 years ago
84c7ba5
Fix StoreN tests at buffer limit.
by Bill Budge
· 10 years ago
2a8bb14
Fix things for ecmarkup v2.0.3
by Dan Ehrenberg
· 10 years ago
0c09be3
Test LoadN functions at buffer boundary, re-enable fromBits tests.
by Bill Budge
· 10 years ago
a4f9909
Remove biblio
by Dan Ehrenberg
· 10 years ago
6dbb2e9
v0.8.3: Spec changes from bterlson's comments
by Dan Ehrenberg
· 10 years ago
1416fda
Merge pull request #273 from billbudge/sets
by John McCutchan
· 10 years ago
e152c20
Add phase2 types behind a runtime flag var.
by Bill Budge
· 10 years ago
049e84a
Merge pull request #272 from bterlson/master
by littledan
· 10 years ago
0c2e652
Remove biblio file (es6 biblio included by default by Ecmarkup)
by Brian Terlson
· 10 years ago
0805617
Merge pull request #271 from billbudge/sets
by John McCutchan
· 10 years ago
d97acb0
Define filter functions near type data.
by Bill Budge
· 10 years ago
bb0dd37
Define filter functions separately.
by Bill Budge
· 10 years ago
13a8f8e
Make SIMD type categories data-driven, so it will be easier to add Phase 2 types.
by Bill Budge
· 10 years ago
7270420
Merge pull request #270 from billbudge/fixes
by John McCutchan
· 10 years ago
f9cd678
remove print
by Bill Budge
· 10 years ago
49aa8d2
Avoid introducing 'type' and 'toType' variables in top level function.
by Bill Budge
· 10 years ago
0fecaab
Merge pull request #269 from billbudge/fixes
by littledan
· 10 years ago
Next »