digitalmars.D - Autovectorizing SIMD Instructions
- Noam Lenz (11/11) Apr 29 2005 Is there any support planned for autovectorization of SIMD instructions,...
Is there any support planned for autovectorization of SIMD instructions, as in Xcode 2 (GCC 4.0)? What about autoparallelization of MIMD? Both of these could be done by directly compiling source code into optimized assembly code or by creating, optionally, an intermediate D source code file with the correct instructions added automatically, so that you can inspect the modified file and further optimize it before compilation. What do you think? Noam Lenz
Apr 29 2005