Skip to content

Releases: wedesoft/aiscm

Version 0.12.1

29 May 18:35
Compare
Choose a tag to compare
  • tensor operations
  • improved modularity of JIT compiler

Version 0.11.2

01 Apr 19:07
Compare
Choose a tag to compare
  • aiscm/ffmpeg-helpers-test.c: fixed Debian sbuild warning "array subscript is above array bounds"

Version 0.11.1

27 Mar 19:21
Compare
Choose a tag to compare
  • aiscm/ffmpeg.scm: write video and audio files using FFmpeg

Version 0.10.2

24 Jan 22:12
Compare
Choose a tag to compare
  • aiscm/jit.scm: Bugfix for zero-expanding 32-bit integer

Version 0.10.1

20 Jan 22:07
Compare
Choose a tag to compare
  • aiscm/jit.scm: switch to faster linear scan register allocator
  • install CSS style sheets and some icons with HTML documentation

Version 0.9.2

17 Dec 20:45
Compare
Choose a tag to compare
  • test/test_ffmpeg.scm: extract pixel value earlier in test
  • aiscm/jit.scm: compile code to allocate return values
  • support for native constants
  • working on tensor expressions

Version 0.9.1

25 Nov 23:14
Compare
Choose a tag to compare
  • aiscm/jit.scm: compile code to allocate return values
  • support for native constants
  • working on tensor expressions

Version 0.8.3

25 Oct 18:56
Compare
Choose a tag to compare
  • object rgb and object complex values
  • refactored native method calls
  • improved docker build

Version 0.8.2

20 Oct 11:48
Compare
Choose a tag to compare
  • temporarily match floating point numbers to objects

Version 0.8.1

19 Oct 20:57
Compare
Choose a tag to compare
  • refactored type conversions
  • type conversions of method arguments