com.unity.burst 1.4.2
Notes: processedReleased November 30, 2020
Unity Compatibility
Minimum Unity: 2018.4
Package Dependencies
🔧 Bug Fixes
- Fixed a bug whereby if you had an assembly that was guarded by `UNITY_SERVER`, Burst would be unable to find the assembly when `Server Build` was ticked.
- When "Enable Compilation" was unchecked in the Burst menu, Burst was incorrectly enabled after an Editor restart. This is now *actually* fixed.
- Fixed issues with Intel intrinsics mm256\_inserti128\_si256, mm256\_bslli\_epi128, mm256\_bsrli\_epi128
- Debug information for instance methods is now correctly scoped. This means instance variables can now be inspected correctly.
- Fixed managed (reference) implementation of mm256\_cvttps\_epi32 (case 1288563)
✨ Features
⚡ API Changes
📈 Improvements
- Improved the performance of in-compiler hashing by 1.2x.
- Improved our hashing performance some more by re-using fixed-sized buffers in the compiler to improve eager-compilation / warm-cache costs by 1.25x.
