tornavis/intern/numaapi
Heinrich Schuchardt 468d59e496 Add support for RISC-V architecture
* On RISC-V GCC 10.3 does not define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_n.
* Avoid a build error
  "Please add support for your platform in build_config.h"
  Cf: https://github.com/sergeyvfx/libNumaAPI/pull/3

Differential Revision: https://developer.blender.org/D11910
2021-07-15 14:22:35 +02:00
..
include Cleanup: use angle-brackets for email addresses 2020-09-30 12:05:56 +10:00
source Add support for RISC-V architecture 2021-07-15 14:22:35 +02:00
AUTHORS
CMakeLists.txt Cleanup: use 2 space indentation for CMake 2019-04-17 06:35:54 +02:00
LICENSE
README
README.blender Fix numaapi on PowerPC platforms 2020-01-15 11:18:24 +01:00

README

LibNumaAPI is aimed to provide one common cross-platform API for all
possible platforms, so cross-platform applications might not worry
about implementation details.

LICENSE

LibNumaAPI library is released under the MIT license.