5 Commits

Author SHA1 Message Date
bf7b10850e
Terrain rendering hack 2024-12-11 11:51:55 +01:00
a8e396d08f
GCC issue 54412 fix
AVX datas aren't correctly aligned in stack in following case:
- using inline functions (GCC not always inline function),
- not using reference to AVX data (copy of data in stack dynamically),
- not using O2 or O3 optimization flags (related behaviors of the previous points).
2024-11-01 16:43:48 +01:00
c0a00e4e4a
Simple clipping approach 2024-10-31 19:42:04 +01:00
c5dc8f9987
Add more math functions 2024-10-10 20:06:15 +02:00
5d62fa450f
Math lib files redesign 2024-10-10 20:05:01 +02:00