blob: a9686cbf27daba4366d5d2751e320321dd9d8734 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 CEA LIST.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Arnault Lapitre (CEA LIST) arnault.lapitre@cea.fr
* - Initial API and implementation
******************************************************************************/
#ifndef FML_EXPRESSION_FLOAT_H_
#define FML_EXPRESSION_FLOAT_H_
#if defined( _AVM_BUILTIN_NUMERIC_GMP_ )
#include <fml/numeric/gmp/FloatImpl.h>
#elif defined( _AVM_BUILTIN_NUMERIC_BOOST_ )
#include <fml/numeric/boost/FloatImpl.h>
#else
#include <fml/numeric/basic/FloatImpl.h>
#endif /* _AVM_BUILTIN_NUMERIC_GMP_ */
namespace sep
{
}
#endif /*FML_EXPRESSION_FLOAT_H_*/