Search Issue Tracker
Fixed
Fixed in 2.0.0-pre.5
Votes
1
Found in [Package]
1.8.11
2.0.0-pre.1
Issue ID
BUR-2572
Regression
No
“Burst error BC1304: mm256_shuffle_ps: parameter imm8 must be a constant expression” error is thrown when imm8 is a constant
How to reproduce:
1. Open the “Burst Bugs 2022“ project
2. Open the “SampleScene“
3. Open the “Jobs > Burst > Open Inspector“
4. Drop down the “BurstFunctionPointerCompilationTest” and select the “Int8MulTest(MaxMath.int8&, MaxMath.int8&)“ compiler target
5. Observe the compiler target in the Assembly tab
Expected result: No compilation error, the argument imm8 is seen as a constant
Actual result: The error “Burst error BC1304: mm256_shuffle_ps: parameter imm8 must be a constant expression” is thrown
Reproducible with: 1.8.10 (2023.3.0a17), 1.8.11 (2021.3.33f1, 2022.3.15f1, 2023.2.3f1, 2023.3.0a17)
Reproducible on: macOS 13.5.2 (Intel)
Not reproducible on: No other environment tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
Add comment