summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/gallivm_cpu.cpp
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-09-28 18:33:23 +0200
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-09-28 18:33:23 +0200
commitab74b8e3549838c0c480555134f5451949bac59f (patch)
tree9240b189ffe47e25ad3b3b4d5b24efdb9b54d76b /src/gallium/auxiliary/gallivm/gallivm_cpu.cpp
parent8fd329d04885eba7587bbe7604d3a1088e35de40 (diff)
Gallivm: make it compile again, add some opcodes.
Diffstat (limited to 'src/gallium/auxiliary/gallivm/gallivm_cpu.cpp')
-rw-r--r--src/gallium/auxiliary/gallivm/gallivm_cpu.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/gallivm/gallivm_cpu.cpp b/src/gallium/auxiliary/gallivm/gallivm_cpu.cpp
index e64bfb1c6c..3a4a41e544 100644
--- a/src/gallium/auxiliary/gallivm/gallivm_cpu.cpp
+++ b/src/gallium/auxiliary/gallivm/gallivm_cpu.cpp
@@ -46,6 +46,7 @@
#include "tgsi/tgsi_dump.h"
#include "util/u_memory.h"
+#include "util/u_math.h"
#include <llvm/Module.h>
#include <llvm/CallingConv.h>