mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 20:00:10 +01:00
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:
parent
7f63d2ebdb
commit
d7cc19363f
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue