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