Re: [Vala] vector extensions for Vala

2015-08-26 Thread Andrew Benton
If we want to have vector extensions supported in vala, then a good way to do that might be to take advantage of the Cilk Plus extensions for C and C++ that are now supported by most compilers, including GCC upwards of version 4.8. One benefit of this would be that we wouldn't need to change

[Vala] vector extensions for Vala

2015-08-25 Thread rastersoft
Hi: Are plans to implement vector extensions (to take advantage of SSE instructions) in Vala? Just a thin layer over gcc vector extensions would be quite easy... https://gcc.gnu.org/onlinedocs/gcc/Vector-Extensions.html -- Nos leemos RASTER(Linux user #228804)