Orvid King
Orvid King
This is an intentional safety check that you're triggering. If Folly is built with SSE4.2 available then your project also needs to have SSE4.2 enabled, or else one side will...
F14 is designed with the assumption that vectorized instructions are available, and we've made no effort to make it fast in the fallback path when vectorized instructions are not available,...
There are merge conflicts in this that need to be resolved before the tooling will let me import this PR. Would you be able to rebase this PR?
Thanks, the import worked that time. Not sure why it was having issues before if there weren't merge conflicts.
I've just made a couple of updates internally (basically just inlining things since these are only used in one place) to address feedback from reviewers. This should be good to...
This has been stable and working for at least the last 6 months, if the hash of the archive has changed, then something has changed about the archive, so I...
It looks like this was an intentional change on Github's side that is now being reverted: https://github.blog/changelog/2023-01-30-git-archive-checksums-may-change/
This is an issue with the fmt library itself, not Folly. fmt itself will compile fine due to never including the `` header. This error appears to be because the...
The definition of `__cxa_throw` in folly exists in order to add callback hooks for exception throwing and catching, then forwards to the next instance of `__cxa_throw` in the link order....
I just need a stamp on the internal Diff and then I can land this and get things building again. This was caused by some automated tooling not realizing that...