blender/intern/numaapi
Sergey Sharybin 6b7991edf4 Fix numaapi on PowerPC platforms
Seems that previous fix didn't work in all cases: Debian's build
environment didn't fully detect endianess, possibly due to typo,
possibly due to difference in various environments.

Using define magic from a more battle-tested project seems a safe
way to go.

There are more changes than just PPC since the upstream commit contains
full re-synchronization of all defines.

This commit updates numaapi to a latest library version from upstream.
2020-01-15 11:18:24 +01:00
..
include Update bundled version of NUMA API library 2019-01-11 17:47:10 +01:00
source Fix numaapi on PowerPC platforms 2020-01-15 11:18:24 +01:00
AUTHORS Add cross-platform NUMA library 2018-11-28 14:35:26 +01:00
CMakeLists.txt Cleanup: use 2 space indentation for CMake 2019-04-17 06:35:54 +02:00
LICENSE Add cross-platform NUMA library 2018-11-28 14:35:26 +01:00
README Add cross-platform NUMA library 2018-11-28 14:35:26 +01:00
README.blender Fix numaapi on PowerPC platforms 2020-01-15 11:18:24 +01:00

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.