pan/bi: Add sqrt form of Valhall FREXPM
Like Bifrost. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13802>
This commit is contained in:
committed by
Marge Bot
parent
137053c4f4
commit
aee819d54c
@@ -1117,9 +1117,11 @@
|
||||
<desc>
|
||||
Breaks up the floating-point input into its fractional (mantissa) and
|
||||
exponent parts. By default, this is compatible with the `frexp()` function
|
||||
in APIs. With the log modifier, the floating point format is adjusted to
|
||||
be compatible with Valhall's argument reduction for logarithm computation.
|
||||
in APIs. With the log/sqrt modifiers, the floating point format is
|
||||
adjusted to be compatible with Valhall's argument reduction for logarithm
|
||||
and square root computation respectively.
|
||||
</desc>
|
||||
<mod name="sqrt" start="24" size="1"/>
|
||||
<mod name="log" start="25" size="1"/>
|
||||
<src float="true" swizzle="true"/>
|
||||
</group>
|
||||
|
||||
Reference in New Issue
Block a user