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

Replaces uses of doubles with floats #7455

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

glebm
Copy link
Collaborator

@glebm glebm commented Oct 3, 2024

Looks like the KallistiOS Dreamcast SDK disables double support by default: https://github.com/KallistiOS/KallistiOS/blob/495e77fd60d5b09a1ad52a26cd4a7e73cd0d9d51/environ_dreamcast.sh#L16

We don't really need doubles in this code.

The one place where we might have needed them is the SMK video decoder, handled in a separate PR (#7454).

/cc @azihassan I'm not entirely sure but perhaps this will help with azihassan#8

@glebm glebm force-pushed the double-to-float-2 branch 2 times, most recently from a8faa7c to c8e729c Compare October 3, 2024 23:53
AJenbo
AJenbo previously approved these changes Oct 4, 2024
Looks like the KallistiOS Dreamcast SDK disables double support
by default: https://github.com/KallistiOS/KallistiOS/blob/495e77fd60d5b09a1ad52a26cd4a7e73cd0d9d51/environ_dreamcast.sh#L16

We don't really need doubles in this code.

The one place where we might have needed them is the SMK video
decoder, handled in a separate PR.
Copy link
Collaborator

@yuripourre yuripourre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AJenbo AJenbo disabled auto-merge October 4, 2024 01:13
@AJenbo AJenbo merged commit 1a32a70 into diasurgical:master Oct 4, 2024
22 of 23 checks passed
@glebm glebm deleted the double-to-float-2 branch October 4, 2024 06:40
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.

3 participants