Skip to content

Commit

Permalink
ENH: Need to define fminf()
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Jomier committed Apr 20, 2015
1 parent 59c6ba5 commit 1539f8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/rtkCudaUtilities.hcu
Expand Up @@ -19,6 +19,11 @@
#ifndef __rtkCudaUtilities_hcu
#define __rtkCudaUtilities_hcu

#include <math.h>
#define __CUDA_INTERNAL_COMPILATION__
#include <math_functions.h>
#undef __CUDA_INTERNAL_COMPILATION__

#include <cuda_runtime_api.h>
#include <string>
#include <vector>
Expand Down

0 comments on commit 1539f8b

Please sign in to comment.