|
|
|
|
|
by p0nce
2369 days ago
|
|
On modern x86 it's not very useful at all anymore.
An ICC or LLVM backend with compiler intrinsics will get you quicker performance, with reduced maintenance and cost. Performance will also move over time with backend optimizations getting better. You can still do it if you care about debug build performance. |
|