All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Kristian H. Kristensen" <hoegsberg@gmail.com>
To: intel-gfx@lists.freedesktop.org
Cc: "Kristian H. Kristensen" <hoegsberg@gmail.com>
Subject: [PATCH 3/3] assembler: RSQ is a math function
Date: Tue, 29 Nov 2016 17:15:59 -0800	[thread overview]
Message-ID: <20161130011559.19838-3-hoegsberg@gmail.com> (raw)
In-Reply-To: <20161130011559.19838-1-hoegsberg@gmail.com>

Signed-off-by: Kristian H. Kristensen <hoegsberg@gmail.com>
---
 assembler/gram.y | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assembler/gram.y b/assembler/gram.y
index f370dfa..d6f4a19 100644
--- a/assembler/gram.y
+++ b/assembler/gram.y
@@ -1985,7 +1985,7 @@ sampler_datatype:
 ;
 
 math_function:	INV | LOG | EXP | SQRT | POW | SIN | COS | SINCOS | INTDIV
-		| INTMOD | INTDIVMOD
+		| INTMOD | INTDIVMOD | RSQ
 ;
 
 math_signed:	%empty /* empty */ { $$ = 0; }
-- 
2.9.3

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2016-11-30  1:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-30  1:15 [PATCH 1/3] assembler: Fix assert when setting 3src sources Kristian H. Kristensen
2016-11-30  1:15 ` [PATCH 2/3] assembler: Set 3src options before sources Kristian H. Kristensen
2016-11-30  1:15 ` Kristian H. Kristensen [this message]
2016-11-30 17:02 ` [PATCH 1/3] assembler: Fix assert when setting 3src sources Lionel Landwerlin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161130011559.19838-3-hoegsberg@gmail.com \
    --to=hoegsberg@gmail.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.