diff --git a/adoc/chapters/programming_interface.adoc b/adoc/chapters/programming_interface.adoc index d8fbdeac..72862500 100644 --- a/adoc/chapters/programming_interface.adoc +++ b/adoc/chapters/programming_interface.adoc @@ -17568,7 +17568,7 @@ Where [code]#OP# is: [code]#==#, [code]#!=#, [code]#<#, [code]#>#, [code]#+<=+#, a@ [source] ---- -vec& operator~(const vec& v) +vec operator~(const vec& v) ---- a@ Available only when: [code]#DataT != float && DataT != double && DataT != half#. @@ -22502,7 +22502,7 @@ template (4) *Overloads (1) - (3):* -_Effects_: Computes the approximate value of [code]#a * b + c#. Whether or how +_Effects:_ Computes the approximate value of [code]#a * b + c#. Whether or how the product of [code]#a * b# is rounded and how supernormal or subnormal intermediate products are handled is not defined. The [code]#mad# function is intended to be used where speed is preferred over accuracy.