[Mlir-commits] [mlir] [math] lower rsqrt to sqrt + fdiv (PR #91344)

Corentin Ferry llvmlistbot at llvm.org
Tue May 7 23:52:10 PDT 2024


cferry-AMD wrote:

> out of curiosity, why choose `div` + `sqrt` over `sqrt` + `div`? does it make a difference in terms of accuracy?

I have actually not thought of that other way. Let me have a look... that's a good point!

https://github.com/llvm/llvm-project/pull/91344


More information about the Mlir-commits mailing list