Displaying 1 result from an estimated 1 matches for "dc091a00".
2017 May 08
2
LLVM and Xeon Skylake v5
Hi,
I have a JIT compiler using the legacy JIT on LLVM 3.5 that, when run on the Xeon v5 Skylakes produces "Cannot select: intrinsic %llvm.x86.sse41.round.sd". Note, this does not occur on i7 Kabylakes. To get this far I had to disable AVX512 code gen.
Upgrading the system I am looking at from 3.5 to a later version is a big job that I'd prefer not to have on my critical path.