mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
i965/disasm: Decode Broadwell's invm/rsqrtm math functions.
We don't use these yet, but we may as well disassemble them. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
This commit is contained in:
parent
9a91f92596
commit
aa9e23dbe8
1 changed files with 2 additions and 0 deletions
|
|
@ -454,6 +454,8 @@ static const char *const math_function[16] = {
|
|||
[BRW_MATH_FUNCTION_INT_DIV_QUOTIENT_AND_REMAINDER] = "intdivmod",
|
||||
[BRW_MATH_FUNCTION_INT_DIV_QUOTIENT] = "intdiv",
|
||||
[BRW_MATH_FUNCTION_INT_DIV_REMAINDER] = "intmod",
|
||||
[GEN8_MATH_FUNCTION_INVM] = "invm",
|
||||
[GEN8_MATH_FUNCTION_RSQRTM] = "rsqrtm",
|
||||
};
|
||||
|
||||
static const char *const math_saturate[2] = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue