JackCarterSmith 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
..
2024-10-31 19:42:04 +01:00
2024-10-19 19:10:45 +02:00
2024-11-01 16:43:48 +01:00
2024-10-31 19:42:04 +01:00