Re: [PATCH] Fix various issues with x86 builtins (PR target/79568)

2017-02-20 Thread Uros Bizjak
On Fri, Feb 17, 2017 at 7:49 PM, Jakub Jelinek wrote: > Hi! > > The masks for builtins seems to be quite messy. Most of > the builtins have a single OPTION_MASK_ISA_* in there and that is > clear (i.e. that the builtin is only enabled/usable if that isa > bit is on). Then we have 0 and that is m

[PATCH] Fix various issues with x86 builtins (PR target/79568)

2017-02-17 Thread Jakub Jelinek
Hi! The masks for builtins seems to be quite messy. Most of the builtins have a single OPTION_MASK_ISA_* in there and that is clear (i.e. that the builtin is only enabled/usable if that isa bit is on). Then we have 0 and that is meant for always enabled builtins. Then there is OPTION_MASK_ISA_xx