Cube  Diff

Differences From Artifact [22d3464477]:

To Artifact [f9cb2ee264]:


1
2
3
4
5
6
7
8
9
10
11
// implementation of generic tools

#include "tools.h"
#include <new>

///////////////////////// misc tools ///////////////////////

void
endianswap(
    void *memory, int stride, int length) // little indians as storage format
{



<







1
2
3

4
5
6
7
8
9
10
// implementation of generic tools

#include "tools.h"


///////////////////////// misc tools ///////////////////////

void
endianswap(
    void *memory, int stride, int length) // little indians as storage format
{