matoro
matoro
Posting this as an issue at Mr. Ramey's request. It appears that there is no way to create a function which can accept a safe object with any execution policy,...
~~Adds support for Mangasee (mangaseeonline.us)~~ Edit: originally the goal of this pull was to add an additional scraper. Through normal use testing it has evolved into a patchset supporting additional...
Unfortunately 64-bit SPARC only defines `__sparc__` and not `__sparc64__`, so you must combine it with generic 64-bit detection. Source: https://sourceforge.net/p/predef/wiki/Architectures/
This will fix https://github.com/golang/go/issues/33299
MIPS has the capability to issue memory barriers. Implement this using a full (heavy) barrier. This is the only variant that is guaranteed to exist on all hardware. Other barriers...
This is a blind keyword (besides compile test) per @thesamesam
Bug: https://bugs.gentoo.org/729944
Haskell for riscv - and it's registerised too! Changelog: * dev-lang/ghc: * Bring in `latomic-subword` patch from Debian, required * Custom backport of Andreas Schwab's LLVM support. Andreas contributed this...