nv50/ir: Remove few nvc0 specific defines from nv50-specific header.

Compile, and run-tested on nv92

Reviewed-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7259>
This commit is contained in:
Andrew Randrianasulu
2020-10-21 23:10:52 +03:00
committed by Marge Bot
parent 7f63d2ebdb
commit d7cc19363f

View File

@@ -24,12 +24,6 @@
namespace nv50_ir {
#define NVC0_BUILTIN_DIV_U32 0
#define NVC0_BUILTIN_DIV_S32 1
#define NVC0_BUILTIN_RCP_F64 2
#define NVC0_BUILTIN_RSQ_F64 3
#define NVC0_BUILTIN_COUNT 4
class TargetNV50 : public Target
{