gcc-13/changes.html - GCN: document -mlow-precision-sqrt diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 390193ca..d335eab3 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -179,6 +179,12 @@ a work-in-progress.

  • Support for the Instinct MI200 series devices ( gfx90a) has been added.
  • +
  • The -mlow-precision-sqrt option (disabled by default) + has been added to use the hardware sqrt also for + double-precision floating point arguments; note that the result + only has much a reduced accurary of 229 ULP. This + option requires -funsafe-math-optimizations + (implied by -ffast-math) in addition.