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

x64Emitter: Fix unaligned store UBSAN errors #14018

Merged
merged 1 commit into from
Jan 30, 2021

Commits on Jan 30, 2021

  1. x64Emitter: Fix unaligned store UBSAN errors

    This compiles to the same assembly as before even without optimizations and avoids UB.
    
    https://godbolt.org/z/4G5edM
    
    While the UB here is benign, this improves signal-to-noise ratio of UBSAN errors.
    
    Fixes hrydgard#14005
    glebm committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    7305ba9 View commit details
    Browse the repository at this point in the history