Re: Selectively disable vectorization

2012-04-11 Thread Ulrich Weigand
Mans Rullgard wrote on 11.04.2012 18:21:46: > On 11 April 2012 16:16, Ulrich Weigand wrote: > > "Singh, Ravi Kumar (Ravi)" wrote: > > > >> Are there any pragmas for selectively disabling (in one chunk of > >> code) the vectorization, when its enabled globally. > > > > No, there are not (just lik

Re: Selectively disable vectorization

2012-04-11 Thread Mans Rullgard
On 11 April 2012 22:05, Ramana Radhakrishnan wrote: > On 11 April 2012 17:21, Mans Rullgard wrote: >> On 11 April 2012 16:16, Ulrich Weigand wrote: >>> "Singh, Ravi Kumar (Ravi)" wrote: >>> Are there any pragmas for selectively disabling (in one chunk of code) the vectorization, when

Re: Selectively disable vectorization

2012-04-11 Thread Ramana Radhakrishnan
On 11 April 2012 17:21, Mans Rullgard wrote: > On 11 April 2012 16:16, Ulrich Weigand wrote: >> "Singh, Ravi Kumar (Ravi)" wrote: >> >>> Are there any pragmas for selectively disabling (in one chunk of >>> code) the vectorization, when its enabled globally. >> >> No, there are not (just like for

Re: Selectively disable vectorization

2012-04-11 Thread Michael Hope
On 12 April 2012 04:21, Mans Rullgard wrote: > On 11 April 2012 16:16, Ulrich Weigand wrote: >> "Singh, Ravi Kumar (Ravi)" wrote: >> >>> Are there any pragmas for selectively disabling (in one chunk of >>> code) the vectorization, when its enabled globally. >> >> No, there are not (just like for

Re: Selectively disable vectorization

2012-04-11 Thread Mans Rullgard
On 11 April 2012 16:16, Ulrich Weigand wrote: > "Singh, Ravi Kumar (Ravi)" wrote: > >> Are there any pragmas for selectively disabling (in one chunk of >> code) the vectorization, when its enabled globally. > > No, there are not (just like for all optimization settings). Are you saying __attribu

Re: Selectively disable vectorization

2012-04-11 Thread Ulrich Weigand
"Singh, Ravi Kumar (Ravi)" wrote: > Are there any pragmas for selectively disabling (in one chunk of > code) the vectorization, when its enabled globally. No, there are not (just like for all optimization settings). You'd have to place the chunk of code into a separate file and build it with a

Selectively disable vectorization

2012-04-11 Thread Singh, Ravi Kumar (Ravi)
All, Are there any pragmas for selectively disabling (in one chunk of code) the vectorization, when its enabled globally. regards Ravi Singh ___ linaro-toolchain mailing list linaro-toolchain@lists.linaro.org http://lists.linaro.org/mailman/listinfo/l