Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

39 lines (21 loc) · 2.14 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.1.10 (2020-04-05)

Note: Version bump only for package @thi.ng/simd

0.1.9 (2020-03-28)

Note: Version bump only for package @thi.ng/simd

0.1.0 (2019-11-09)

Bug Fixes

  • simd: add missing wasm exports (f998f88)

Features

  • simd: add clampn4_f32, sum4_f32 (0e0dfde)
  • simd: add hadd* inline fns, update dot, normalize, mulv, sum (a1011ea)
  • simd: add mag2/4, magsq2/4, move/extract inline fns, update tests, readme (00ce05b)
  • simd: add matrix-vec mult fns, no async init, inline binary as b64 (761dd98)
  • simd: add mix4_f32, mixn4_f32, mul_m22v2_aos, update test & readme (d09f09e)
  • simd: add more vector fns (4f4cea4)
  • simd: add new dot fns, tests, rename (50bc9fc)
  • simd: add new fns, switch to f32x4 namespaced ops, update readme (4023a8f)
  • simd: add new package (eedb895)
  • simd: add swizzle fns (disabled) (a47ec4d)