General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Arjan van Vught
Computerphile
comments
Comments by "Arjan van Vught" (@ArjanvanVught) on "Computerphile" channel.
Previous
1
Next
...
All
When using the Raspberry Pi 3 there is the NEON co-processor. Compiling with -O3 could generate vectorized code. To be sure it is not, the vector optimalization should be disabled. Vectorized code would be increasing the speed on array's manipulation.
16
That's why baremetal programming is so lovely to do :-)
2
"Instead of buying a normal PC with 2 monitors, just buy 2 Macs". What is a 'normal' pc? :-) A 'real' pc is a Mac ;-)
2
ARM assembler / C / C++
1
TRS80
1
Best practices is to compile with options -Wall -Werror and then it will fail, as it should be.
1
Oh no - Python. Talking about abstraction layers and introducing more overhead ;-)
1
Same here. I still do not understand the hype around the type unsafe Pythonv
1
Previous
1
Next
...
All