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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue May 7 08:30:02 PDT 2024


srcarroll wrote:

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

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


More information about the Mlir-commits mailing list