mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 06:30:11 +01:00
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:
parent
137053c4f4
commit
aee819d54c
1 changed files with 4 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue