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

Remove compile time check of DISABLE_ISSUE_FIX_3487 in favor of runtime check of arch #113

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

blozano-tt
Copy link
Collaborator

@blozano-tt blozano-tt commented Oct 3, 2024

To aid in the goal of #51

Change one compile time check to a runtime check.

I also thought it might be worth inlining the custom memcpy functions.

@blozano-tt blozano-tt merged commit a77af92 into main Oct 3, 2024
7 of 8 checks passed
@blozano-tt blozano-tt deleted the blozano/rm_ifdef_issue_fix_3487 branch October 3, 2024 20:20
@broskoTT
Copy link
Contributor

broskoTT commented Oct 9, 2024

Note that inlining probably has no effect. Compiler likely knows better than the developers inlining effects to performance.
Thanks for this change though!

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