17#ifndef ROOFIT_BATCHCOMPUTE_ROOVDTHEADERS_H 
   18#define ROOFIT_BATCHCOMPUTE_ROOVDTHEADERS_H 
   26#if defined(R__HAS_VDT) 
   34  return vdt::fast_exp(
x);
 
   38  return vdt::fast_log(
x);
 
   42  return vdt::fast_isqrt(
x);
 
   61  return 1/std::sqrt(
x);
 
Namespace for dispatching RooFit computations to various backends.
 
double fast_log(double x)
 
double fast_exp(double x)
 
double fast_isqrt(double x)