New Features
- multivalued procedure calls allows in
for into allow a pseudo-iterator @thread_localfor variables in procedure- SOA Struct support
intrinsics.soa_struct - 128-bit random procedures added to
package math/rand intrinsics.type_is_unsigned-show-more-timings(More in-depth timings)
Bug Fixes
- Fix
linalg,muland addlinalg.Matrix1xN - Fix
linalg.cross3typo - Fix typeid comparison bug
- Add extra messages for pointer address errors
- Use
runtime.mem_copyinpackage mem //+buildsystem- Fix inline
forbug for #468 - Fix "Polymorphic parameter declared in return type doesn't compile #464" by giving a conversion error (code wasn't handling polymorphic result types as intended)
- Fix Slice passed incorrectly in LLVM IR to procedure called via procedure pointer #465
- Fix
big_int_orandbig_int_xor