aboutsummaryrefslogtreecommitdiff
path: root/src/simd.js
AgeCommit message (Collapse)Author
2013-12-06fix accidental rewrite of original url source of simd.jsHeidi Pan
2013-12-06updated simd.js to fix nan canonicalization issue for bitcastsHeidi Pan
2013-11-26getting some initial set of x86 intrinsics mapped to JS SIMD ops; update ↵Heidi Pan
existing SIMD code to use updated JS SIMD API (SIMD.type.op instead of SIMD.op & SIMD.opu32; int32x4 instead of uint32x4); bug fix: right type of withX() for int32x4 initialization; bug fix: splat(0) instead of zero() for int32x4 initialization
2013-10-18integrate the SIMD polyfill codeAlon Zakai