cpplab/app
balhau@balhau.net 9e821b96a7
Refactor on premake5 more on types
* Refactor platform/types.hpp, added some support for x86 32bit types
* Refactor platform/platform.hpp, add #ifdef conditionals to detect x86,
32bit and 64bit arch
* Implement 32bit and 64bit getTimestamp based in assembly rdtsc. For
32bit a struct composed by two 32bit numbers was devised to represent a
ULong data type of 64bits
2021-12-26 13:55:10 +00:00
..
cautofree.c Refactor code for multi architecture SIMD operations 2021-12-25 14:53:20 +00:00
clock.cpp Refactor on premake5 more on types 2021-12-26 13:55:10 +00:00
cmem.c Refactor code for multi architecture SIMD operations 2021-12-25 14:53:20 +00:00
cnumbers.cpp Refactor code for multi architecture SIMD operations 2021-12-25 14:53:20 +00:00
ex1.cpp Refactor code for multi architecture SIMD operations 2021-12-25 14:53:20 +00:00
ex2.cpp Refactor code for multi architecture SIMD operations 2021-12-25 14:53:20 +00:00
gl1.cpp Refactor code for multi architecture SIMD operations 2021-12-25 14:53:20 +00:00
gl2.cpp Refactor code for multi architecture SIMD operations 2021-12-25 14:53:20 +00:00
gl3.cpp Refactor code for multi architecture SIMD operations 2021-12-25 14:53:20 +00:00
gui1.cpp Refactor code for multi architecture SIMD operations 2021-12-25 14:53:20 +00:00
math.cpp More on premake 2021-12-25 20:56:33 +00:00
sse.cpp Fixed timer implementation and call 2021-12-25 19:27:44 +00:00