|
|
|
|
|
by jamesaguilar
4504 days ago
|
|
True. The Linux kernel and most image processing libraries are written in assembly, after all. Actually, assembly will generally not give you much of a speedup over c. The exception is when you use assembly only features like vectorization in ways that compilers can't figure out. |
|