Wolfgang Brehm
Wolfgang Brehm
How did you measure the efficiency of F14VectorMap? My definition of efficiency is: ( Total memory used in bytes ) / ( number of elements * sizeof(element) ) Did you...
you need to tell me what exactly you measured. How did you measure the memory consumption per element? What entries did you test? My tests all use 64 bit integers.
@ktprime you need to tell me what exactly you measured to come to this conclusion or I will close this issue.
```bash make clean cmake -DALSOFT_EXAMPLES=OFF ~/src/REGoth/ make ``` gives the exact same error message. When I comment out the definition in `bformatdec.h:29` the variable `FuMa2N3DScale` is not defined in `panning.c`......
Thank you for the suggestion but this gives the same error message. ```bash ~/bin % rm -rf REGoth ~/bin % mkdir ~/bin/REGoth ~/bin % cd REGoth ~/bin/REGoth % cmake -DALSOFT_EXAMPLES=OFF...