Skip to content

utils: Add a fallback version of xadd, xmul for ancient gcc#663

Merged
smcv merged 1 commit intocontainers:mainfrom
smcv:builtin-overflow
Oct 17, 2024
Merged

utils: Add a fallback version of xadd, xmul for ancient gcc#663
smcv merged 1 commit intocontainers:mainfrom
smcv:builtin-overflow

Conversation

@smcv
Copy link
Collaborator

@smcv smcv commented Oct 16, 2024

bubblewrap is used in some surprisingly old environments, including version 1 of the Steam Runtime, which has gcc 4.6 or 4.8 as its default compiler (depending on exactly how you define "default"). These very old versions don't support the builtin used here.

cc @refi64 @RyuzakiKK

bubblewrap is used in some surprisingly old environments, including
version 1 of the Steam Runtime, which has gcc 4.6 or 4.8 as its
default compiler (depending on exactly how you define "default").
These very old versions don't support the builtin used here.

Signed-off-by: Simon McVittie <[email protected]>
@smcv smcv merged commit 759517f into containers:main Oct 17, 2024
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.

2 participants