linux-il  

Re: With and Without gcc OMP

Shachar Shemesh
Tue, 25 Sep 2007 03:21:50 -0700

Oleg Goldshmidt wrote:
>> Anyway, Orna, can you perhaps use this _Pragma operator that Oleg
>> points to? (I don't know if your compiler has this feature or not,
>> but it's worth trying, I guess).
>>     
>
> As I pointed out, I suspect that this may be unacceptable because it
> will only work in C99 compliant implementations.
>   
I don't think that is a problem for Orna, being as it is that she said
that she needs to generate the pragma with a macro, if she needs it. In
other words, this will only be a problem for her if she needs the pragma
on a non-C99 compiler, which doesn't seem likely from her story.

Shachar

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]