Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

denoise: Restrict build to 64-bit desktop platforms #39342

Merged
merged 1 commit into from
Jun 6, 2020

Conversation

akien-mga
Copy link
Member

One of OIDN's dependencies only supports x86_64 and aarch64.
For now we also exclude potential future Android tools builds,
but this could be re-evaluated in the future.

Fixes #38759.

One of OIDN's dependencies only supports x86_64 and aarch64.
For now we also exclude potential future Android tools builds,
but this could be re-evaluated in the future.

Fixes godotengine#38759.
@akien-mga akien-mga force-pushed the denoise-64bit-desktop-only branch from 5502b24 to 39d84fe Compare June 6, 2020 19:24
@akien-mga akien-mga merged commit ca5519c into godotengine:master Jun 6, 2020
@akien-mga akien-mga deleted the denoise-64bit-desktop-only branch June 6, 2020 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New Lightmapper denoising library includes deep neural network library that does not support 32 bits.
1 participant