Search Issue Tracker
Fixed in 1.4.4
Votes
0
Found in [Package]
1.4.3
Issue ID
1298811
Regression
No
[Burst] X86.Avx2.blend_epi32 bit flip error in managed C# and Burst compilation error
How to reproduce:
1. Open the attached project ("intrins.zip")
2. Review functions in "Reproduce_Avx2_blend_epi32_bugs.cs"
3. Debug the managed C# and inspect the assembly in the Burst Inspector
Expected results: The mask stays the same when compiled for X86.Avx2.blend_epi32; X86.Avx2.blend_epi32 and X86.Avx2.mm256_blend_epi32 output the correct result
Actual results: The mask changes for X86.Avx2.blend_epi32 in the assembly and for X86.Avx2.blend_epi32 and X86.Avx2.mm256_blend_epi32 a bit is flipped for the value -6558885 in the result
Reproducible with: 2018.4.30f1, 2019.4.17f1, 2020.1.17f1, 2020.2.1f1, 2021.1.0a10, 2021.2.0a1 (Burst 1.3.0 - 1.4.3)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Audio Clip Volume and Avoid Repeating Last fields values cannot be changed in Audio Random Container window
- Setting a variable in the root selector via an imported USS file in a theme does not work
- No character limit when creating a new Scene with excessively long name, Editor can be forced to crash
- URP Decal Projector flickers/glitches when added to Cube or Quad GameObjects as a Component
- Text "Outline Width" is not shown in the Text Property Preview window in UI Builder when the Text Size is smaller than 19px
Resolution Note (fix version 1.4.4):
Fixed in Burst 1.4.4 which is available in 2018.4 and up