Re: [Vala] OpenMP Support

2017-05-15 Thread Gonzalo Aguilar Delgado
ProtonMail <https://protonmail.ch>, encrypted email based in > Switzerland. > > >> Original Message >> Subject: [Vala] OpenMP Support >> Local Time: May 4, 2017 10:11 AM >> UTC Time: May 4, 2017 8:11 AM >> From: gagui...@aguilardelgado.co

Re: [Vala] OpenMP Support

2017-05-05 Thread AdriĆ  Arrufat via vala-list
above, but it is what I thought when I had a look at the generated C code for a loop. Regards, AdriĆ  Arrufat Sent from [ProtonMail](https://protonmail.ch), encrypted email based in Switzerland. Original Message Subject: [Vala] OpenMP Support Local Time: May 4, 2017 10:11 AM

[Vala] OpenMP Support

2017-05-04 Thread Gonzalo Aguilar Delgado
Hi, Do you know what it would be great? Let Vala insert the correct OpenMP hints into the C compiler code when it detects OpenMP should be used on target system. It can even generate two versions of the same code. One with OpenMP support and other without it, controlled by define statements and