packages feed

accelerate-cuda-0.17.0.0: cubits/accelerate_cuda_exceptional.h

/* -----------------------------------------------------------------------------
 *
 * Module      : Exceptional
 * Copyright   : [2008..2014] Manuel M T Chakravarty, Gabriele Keller
 *               [2009..2014] Trevor L. McDonell
 * License     : BSD3
 *
 * Maintainer  : Trevor L. McDonell <tmcdonell@cse.unsw.edu.au>
 * Stability   : experimental
 *
 * ---------------------------------------------------------------------------*/

#ifndef __ACCELERATE_CUDA_EXCEPTIONAL_H__
#define __ACCELERATE_CUDA_EXCEPTIONAL_H__

/*
 * Exceptional values have slightly different names than what are produced by
 * the code generator.
 */
#include <math.h>

#define Infinity INFINITY
#define NaN      NAN

#endif