1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Fix div tables for max range on all channels.

This commit is contained in:
Bartosz Taudul
2019-07-01 12:31:06 +02:00
parent 684a119a2c
commit bdfb568742
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
int main()
{
for( int i=0; i<255*3; i++ )
for( int i=0; i<255*3+1; i++ )
{
// replace 4 with 2 for ARM NEON table
uint32_t range = ( 4 << 16 ) / ( 1+i );