mirror of
https://github.com/wolfpld/tracy.git
synced 2026-06-08 08:33:48 +00:00
Fix div tables for max range on all channels.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user