We have reasonable fast sqrt and accurate rsqrt for half type due to the
limited fractions. So neither do we need multi steps refinement for
rsqrt nor replace sqrt by rsqrt.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
23243 | Do we have test coverage for this path? A quick grep didn't find anything other than the intrinsics test files. |
llvm/lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
23243 | We have many tests in both changed files to cover the path, e.g. test_sqrt_ph_512_fast |
Do we have test coverage for this path? A quick grep didn't find anything other than the intrinsics test files.