summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/llvm/instructions.h
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2007-11-02 12:05:00 -0400
committerZack Rusin <zack@tungstengraphics.com>2007-11-02 12:05:00 -0400
commite0e91e7ceb50f0e23311788559a8547dd24c7a80 (patch)
tree5598bb6fd54024d7ea3d302d786c1b55a27a510f /src/mesa/pipe/llvm/instructions.h
parent5c7bfb06e087ce4162590359ad75d1fca98f3549 (diff)
Implement scs opcode
Diffstat (limited to 'src/mesa/pipe/llvm/instructions.h')
-rw-r--r--src/mesa/pipe/llvm/instructions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/llvm/instructions.h b/src/mesa/pipe/llvm/instructions.h
index d33f61a9c1..95c845e862 100644
--- a/src/mesa/pipe/llvm/instructions.h
+++ b/src/mesa/pipe/llvm/instructions.h
@@ -92,6 +92,7 @@ public:
llvm::Value *pow(llvm::Value *in1, llvm::Value *in2);
llvm::Value *rcp(llvm::Value *in);
llvm::Value *rsq(llvm::Value *in);
+ llvm::Value *scs(llvm::Value *in);
llvm::Value *sge(llvm::Value *in1, llvm::Value *in2);
llvm::Value *sgt(llvm::Value *in1, llvm::Value *in2);
llvm::Value *slt(llvm::Value *in1, llvm::Value *in2);