com.unity.burst 1.4.3

com.unity.burst

Notes: processedReleased December 7, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.4

Package Dependencies

Features

    API Changes

      📈 Improvements

      • Preserve the frame pointer when debugging is enabled to aid debugging.

      🔧 Bug Fixes

      • Fixed a failure on linux builds where libdl.so cannot be found.
      • Fixed a bug in LLVM that it would incorrectly convert some memset -> memcpy if both pointers derived from the same memory address, and where one indexed into the 0th element of the pointer.
      • Fixed alignment issues associated with xxHash3 on ArmV7 (case 1288992)
      • Fixed managed implementation of sub\_ss intrinsic
      • Made `math.shuffle` compile correctly when non-constant `ShuffleComponent`'s are used.

      ⚠️ Known Issues