|
|
|
|
|
by Gibbon1
1829 days ago
|
|
Big problem with C is the standards committee just flat out refuses to add an array type to C. It's deranged because if you had first class arrays it'd be a lot easier to generate code that takes advantage of SIMD instructions. |
|
C has an array type, it’s just a bit wacky, and it doesn't play by the same rules as other types.