Comment on What is C in practice?parentComments−pjmlp11yIt is also not possible in C. People just think C is any better.The standard doesn't say anything about SIMD, GPU, instruction reording, IO registers, interrupts...All of that are language extensions or library functions written in Assembly. Any programming language can offer similar extensions.
Comments
It is also not possible in C. People just think C is any better.
The standard doesn't say anything about SIMD, GPU, instruction reording, IO registers, interrupts...
All of that are language extensions or library functions written in Assembly. Any programming language can offer similar extensions.