Displaying 1 result from an estimated 1 matches for "8462711f".
Did you mean:
842711
2018 Jan 08
1
Beginner question: Calling intrinsic
If you are using x86, you probably need to pass something like
-mcpu=haswell or -mattr=bmi2 to enable support for the intrinsic. It seems
to -mcpu=native doesn't work for lli so it can't just autodetect your CPU.
~Craig
On Sun, Jan 7, 2018 at 7:54 AM, Nemanja Ivanovic via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi John,
> What targer are you trying to compile this