mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-10 16:55:58 +00:00
first attempst to handle endianness
This commit is contained in:
parent
9894fff86e
commit
21cb870014
@ -10,6 +10,11 @@
|
||||
#include <cstdlib>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
#define SYSTEM_ENDIANNESS __cpp_lib_endian
|
||||
|
||||
// TODO: Check out "cpu_to_leXX()" and "leXX()_to_cpu()" on Linux!
|
||||
|
||||
namespace sta
|
||||
{
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user