Skip to content

Jasmin 2024.07.2

Latest
Compare
Choose a tag to compare
@vbgl vbgl released this 21 Nov 12:51
· 82 commits to main since this release
v2024.07.2
fda8dc0

This is a minor release of Jasmin.

  • The order of the results of the long multiplication instructions on arm (SMULL and UMULL) have been reversed. Programs using these intrinsics must be updated. Programs using only the * notation for unsigned multiplication are not affected by this change.
  • There is a new key-word, type, that allows the definition of type aliases.
  • New instructions are available, for x86 (BTR, BTS, TZCNT, PREFETCHh) and for arm (SBC).
  • The AVX parallel shift instructions now accept a 128-bit value as last argument.

Details can be found in the CHANGELOG.