On Mon, Aug 31, 2015 at 4:03 PM Ahmed Bougacha
wrote:
> On Thu, Aug 27, 2015 at 7:19 PM, Eric Christopher
> wrote:
>
>> Hi Ahmed,
>>
>> A quick note: I think this is going to fail in the presence of the target
>> attribute. I.e. if someone decorates a function with
>> __attribute__((target("avx5
On Thu, Aug 27, 2015 at 7:19 PM, Eric Christopher
wrote:
> Hi Ahmed,
>
> A quick note: I think this is going to fail in the presence of the target
> attribute. I.e. if someone decorates a function with
> __attribute__((target("avx512"))) this is unlikely to catch that.
>
You're right; any ideas
Hi Ahmed,
A quick note: I think this is going to fail in the presence of the target
attribute. I.e. if someone decorates a function with
__attribute__((target("avx512"))) this is unlikely to catch that.
Also, should we do this for all of the x86 OSes?
-eric
On Thu, Aug 27, 2015 at 3:31 PM Ahmed