$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2021-01-26 06:21:16
Am Mo., 25. Jan. 2021 um 22:54 Uhr schrieb Edward Diener via Boost <
boost_at_[hidden]>:
> 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/architectures.html
boost.coroutine / boost.coroutine2 / boost.fiber are C++ only but utilize
boost.context