Skip to content

Latest commit

 

History

History
83 lines (35 loc) · 3.2 KB

CHANGELOG.md

File metadata and controls

83 lines (35 loc) · 3.2 KB

Change Log

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

0.4.24 (2021-03-17)

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

0.4.23 (2021-03-12)

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

0.4.0 (2020-07-25)

Bug Fixes

  • simd: prepare re-publish 1.0.0 (e528129)

Documentation

BREAKING CHANGES

  • simd: add readme notes about opcode renumbering
  • simd: add notes about opcode renumbering

0.3.0 (2020-07-17)

Features

  • simd: update & enable swizzle4_u32_aos() (ae1ad77)

0.2.0 (2020-05-14)

Features

  • simd: enable new ops supported in node 14/V8 8.3 (5c46468)

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)