libostd/src/asm
Daniel Kolesa a56966d6cf coroutines: import riscv64 assembly 2019-07-04 01:53:44 +02:00
..
arm fix build for ppc, update context asm 2018-12-09 01:41:05 +01:00
arm64 fix build for ppc, update context asm 2018-12-09 01:41:05 +01:00
i386 fix build for ppc, update context asm 2018-12-09 01:41:05 +01:00
mips32 fix build for ppc, update context asm 2018-12-09 01:41:05 +01:00
mips64 fix build for ppc, update context asm 2018-12-09 01:41:05 +01:00
ppc32 fix build for ppc, update context asm 2018-12-09 01:41:05 +01:00
ppc64 import https://github.com/boostorg/context/pull/106 (fixes ppc64) 2019-05-04 03:41:11 +02:00
riscv64 coroutines: import riscv64 assembly 2019-07-04 01:53:44 +02:00
x86_64 fix build for ppc, update context asm 2018-12-09 01:41:05 +01:00
README.md coroutines: import riscv64 assembly 2019-07-04 01:53:44 +02:00
jump_all_gas.S coroutines: import riscv64 assembly 2019-07-04 01:53:44 +02:00
make_all_gas.S coroutines: import riscv64 assembly 2019-07-04 01:53:44 +02:00
ontop_all_gas.S coroutines: import riscv64 assembly 2019-07-04 01:53:44 +02:00

README.md

Last sync: d4608a4e8ba2e8a0bdd45613243e6c53a23d23dc.

This directory contains assembly context switching code for different platforms, taken from the Boost.Context library and adapted to libostd's needs. The files are licensed under the Boost Software License, version 1.0, unless specified otherwise.

The license text goes as follows:

Boost Software License - Version 1.0 - August 17th, 2003

Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following:

The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.