containers / bubblewrap

Low-level unprivileged sandboxing tool used by Flatpak and similar projects
Other
3.99k stars 239 forks source link

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

Closed smcv closed 1 month ago

smcv commented 1 month ago

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