Alpyne
|
026aa49ef8
|
[util] replaceNaN: Align result
Otherwise _mm_store_ps can fail
|
2023-07-03 15:36:21 +02:00 |
|
Alpyne
|
5d29140f74
|
[util] replaceNaN: Use unaligned SIMD _mm_loadu_ps
There is no good reason to expect games will have aligned the data they're passing in.
|
2023-06-19 21:13:37 +01:00 |
|
Joshua Ashton
|
57cee691b3
|
[util] Implement replaceNaN for non-x86 platforms
|
2022-09-13 20:11:17 +01:00 |
|
Joshua Ashton
|
935541bcb0
|
[util] Make math types have implicit copy assignments
We define implicit copy constructors, should also define implicit copy assignments.
|
2022-09-10 21:46:07 +00:00 |
|
Joshie
|
f9034007ac
|
[util] Fix indexing of non-float vectors
|
2021-07-05 18:58:55 +02:00 |
|
Georg Lehmann
|
d682ab0402
|
[util] static assert size of Vector4 and Matrix4
|
2021-04-15 22:25:11 +01:00 |
|
Georg Lehmann
|
02eebb8595
|
[util] introduce a raw constructor for Matrix4
|
2021-04-15 22:25:11 +01:00 |
|
Joshua Ashton
|
ec197b49f9
|
[util] Implement some basic vector and matrix math utils
|
2019-12-11 03:18:39 +01:00 |
|