Changelog for inline-asm-0.4.0.0
Changelog for inline-asm
v0.4.0.0
- Add helpers (
unroll/unrolls) for compile-time loop unrolling. - Add
moveremapping command. - Use
{}for escaping instead of${}to improve readability.
v0.3.1.0
- Support passing
ByteStrings to the assembly. - Introduced a helper synonym
RET_HASKto get back into the Haskell land explicitly.
v0.3.0.0
- Support named arguments for doubles and floats as well.
- Support passing Ptr values.
v0.2.0.0
- Support named arguments.
v0.1.1.0
- Support returning tuples.
v0.1.0.0
- Initial implementation.