Search Issue Tracker
Fixed in 2017.2.X
Votes
0
Found in
Issue ID
915801
Regression
No
[Android][ARM] big.LITTLE cores are identified incorrectly on S8
S8 Qualcomm shows 8 Big cores incorrectly, which is causing Affinity problem and therefore S8 is performing more than 50% slower than S7
Repro steps:
1) Build and run empty project in Development/Debug mode
2) In adb logcat find line:
Unity : SystemInfo ARM big.LITTLE configuration: 8 big (mask: 255), 0 little (mask: 0)
Expected result:
Unity : SystemInfo ARM big.LITTLE configuration: 4 big (mask: 240), 4 little (mask: 15)
Reproduced on:
Samsung Galaxy S8 SM-G950U 7.0 4x Qualcumm Kryo 280 LP @1900MHz 4x Qualcomm Kryo 280 HP @2361 MHz
Fixed in : 5.4.5p4, 5.5.4p1, 5.6.1p3, 2017.1.0b9, 2017.2.0a2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment