Skip to content

Conversation

tcantenot
Copy link

Because of precedence,
((buffer_width + probe_spawn_tile_size_ - 1) / probe_spawn_tile_size_ * (buffer_height + probe_spawn_tile_size_ - 1)) / probe_spawn_tile_size_
is performed instead of
((buffer_width + probe_spawn_tile_size_ - 1) / probe_spawn_tile_size_) * ((buffer_height + probe_spawn_tile_size_ - 1) / probe_spawn_tile_size_)

Because of precedence,
	((buffer_width + probe_spawn_tile_size_ - 1) / probe_spawn_tile_size_ * (buffer_height + probe_spawn_tile_size_ - 1)) / probe_spawn_tile_size_
is performed instead of
((buffer_width + probe_spawn_tile_size_ - 1) / probe_spawn_tile_size_) * ((buffer_height + probe_spawn_tile_size_ - 1) / probe_spawn_tile_size_)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant