add strict aliasing article to c resources

This commit is contained in:
jacekpoz 2024-08-08 22:44:28 +02:00
parent ff0f3ab4fe
commit 71519ed429
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -1,3 +1,4 @@
# C related resources used in writing this project
<https://stackoverflow.com/questions/2565039/how-are-multi-dimensional-arrays-formatted-in-memory>
<https://cellperformance.beyond3d.com/articles/2006/06/understanding-strict-aliasing.html>