diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-04-06 10:16:06 -0400 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-04-06 19:41:56 +0000 |
commit | a6ae2d8f940df3d9e0b71b13336ca01e5b6a2c47 (patch) | |
tree | 4cec5a6be3d9c02160d8ccfa317d6ce2bf68576a /src/panfrost/bifrost/compiler.h | |
parent | 20a4b1461bab25af48d73b07ca5bafafc397eb2e (diff) |
pan/bi: Remove nontrivial SPECIAL ops
These require a lot more handholding in the IR than we can deal with at
this stage; we need to restrict ourselves to frcp/sqrt.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4470>
Diffstat (limited to 'src/panfrost/bifrost/compiler.h')
-rw-r--r-- | src/panfrost/bifrost/compiler.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/panfrost/bifrost/compiler.h b/src/panfrost/bifrost/compiler.h index 9cfd0c67d15..6a75de7fdc0 100644 --- a/src/panfrost/bifrost/compiler.h +++ b/src/panfrost/bifrost/compiler.h @@ -185,12 +185,6 @@ enum bi_round_op { enum bi_special_op { BI_SPECIAL_FRCP, BI_SPECIAL_FRSQ, - BI_SPECIAL_FATAN, - BI_SPECIAL_FSIN, - BI_SPECIAL_FCOS, - BI_SPECIAL_FEXP, - BI_SPECIAL_FLOG2, - BI_SPECIAL_FLOGE }; typedef struct { |