Added
-
The compiler now does slightly less aggressive inlining. Use the
#[inline]
attribute if you want to force inlining of some
function. -
Arrays of opaque types now support indexing through the C API.
Arrays of records can also be constructed. (#2082)
Fixed
- The
opencl
backend now always passes
-cl-fp32-correctly-rounded-divide-sqrt
to the kernel compiler, in
order to match CUDA and HIP behaviour.