26 Jan
2021
26 Jan
'21
6:21 a.m.
Am Mo., 25. Jan. 2021 um 22:54 Uhr schrieb Edward Diener via Boost < boost@lists.boost.org>:
Please name the Boost low level libraries which have specific code aimed at the platform/architecture combination.
boost.context incorporates assembler on several architectures: - i386 / x86_64 - mips - powerpc32 / powerpc64 - arm32 / arm64 - riscv - s390x detailed description in documentation (combination of architecture + binary format + ABI): https://www.boost.org/doc/libs/1_75_0/libs/context/doc/html/context/architec... boost.coroutine / boost.coroutine2 / boost.fiber are C++ only but utilize boost.context