From 47c17305cf7b40ca1432928fcf086686d4210896 Mon Sep 17 00:00:00 2001 From: Evghenii Date: Mon, 20 Jan 2014 16:22:43 +0100 Subject: [PATCH] fixed double precision test call --- test_static_nvptx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_static_nvptx.cpp b/test_static_nvptx.cpp index cbecedaa..0d56d06c 100644 --- a/test_static_nvptx.cpp +++ b/test_static_nvptx.cpp @@ -100,7 +100,7 @@ int main(int argc, char *argv[]) { f_duf(returned_result, vdouble, 5.f); #elif (TEST_SIG == 6) f_di(returned_result, vdouble, vint2); -Nelse +#else #error "Unknown or unset TEST_SIG value" #endif