Re: [Mesa-dev] [PATCH] st/clover: Allow double precision operations

2013-07-25 Thread Tom Stellard
On Tue, Jul 02, 2013 at 10:44:37AM +0200, Niels Ole Salscheider wrote: > Pass "cl_khr_fp64" preprocessor definition to clang Pushed, thanks. -Tom > > Signed-off-by: Niels Ole Salscheider > --- > src/gallium/state_trackers/clover/llvm/invocation.cpp | 1 + > 1 Datei geändert, 1 Zeile hinzugefü

Re: [Mesa-dev] [PATCH] st/clover: Allow double precision operations

2013-07-12 Thread Tom Stellard
On Tue, Jul 02, 2013 at 10:44:37AM +0200, Niels Ole Salscheider wrote: > Pass "cl_khr_fp64" preprocessor definition to clang > I've gone back and forth a few times on this patch, but I think it is OK, because all it does is enable the prototypes for builtins that use the double type. This is fin

[Mesa-dev] [PATCH] st/clover: Allow double precision operations

2013-07-02 Thread Niels Ole Salscheider
Pass "cl_khr_fp64" preprocessor definition to clang Signed-off-by: Niels Ole Salscheider --- src/gallium/state_trackers/clover/llvm/invocation.cpp | 1 + 1 Datei geändert, 1 Zeile hinzugefügt(+) diff --git a/src/gallium/state_trackers/clover/llvm/invocation.cpp b/src/gallium/state_trackers/clo