Re: How hard would it be to get DMD to generate SIMD code for all x86 targets?

2018-02-07 Thread Stefan Koch via Digitalmars-d
On Wednesday, 7 February 2018 at 16:22:13 UTC, solidstate1991 wrote: It would be also great if 32 bit and 64 bit long vector loading could be supported, so I don't have to write separate functions for that. Had to delete a lot of code I wrote in Assembly after I made a big mistake thanks to

How hard would it be to get DMD to generate SIMD code for all x86 targets?

2018-02-07 Thread solidstate1991 via Digitalmars-d
It would be also great if 32 bit and 64 bit long vector loading could be supported, so I don't have to write separate functions for that. Had to delete a lot of code I wrote in Assembly after I made a big mistake thanks to its much poorer readability compared to much more modern languages.