[PATCH] D45202: [X86] Replacing X86-specific floor and ceil vector intrinsics with generic LLVM intrinsics

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 5 10:02:43 PDT 2018


craig.topper added a comment.

There's a similar patch for sqrt here https://reviews.llvm.org/D41168  and it uses a scalar sqrt and insert element for the scalar case. I think we need a consistent direction here.


https://reviews.llvm.org/D45202





More information about the cfe-commits mailing list