This is a minor release of Jasmin.
- The order of the results of the long multiplication instructions on arm (
SMULL
andUMULL
) 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.