mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 03:05:55 +01:00
Merge branch 'master' of https://github.com/paboyle/Grid
This commit is contained in:
commit
ba4989dd45
20
configure.ac
20
configure.ac
@ -26,10 +26,9 @@ AC_LANG(C++)
|
|||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AC_OPENMP
|
AC_OPENMP
|
||||||
AC_PROG_RANLIB
|
AC_PROG_RANLIB
|
||||||
AX_CXX_COMPILE_STDCXX_11(noext, mandatory)
|
#AX_CXX_COMPILE_STDCXX_11(noext, mandatory)
|
||||||
AX_EXT
|
AX_EXT
|
||||||
|
|
||||||
|
|
||||||
# Checks for libraries.
|
# Checks for libraries.
|
||||||
#AX_GCC_VAR_ATTRIBUTE(aligned)
|
#AX_GCC_VAR_ATTRIBUTE(aligned)
|
||||||
|
|
||||||
@ -66,7 +65,6 @@ AC_CHECK_LIB([mpfr],[mpfr_init],,
|
|||||||
Please install or provide the correct path to your installation
|
Please install or provide the correct path to your installation
|
||||||
Info at: http://www.mpfr.org/)])
|
Info at: http://www.mpfr.org/)])
|
||||||
|
|
||||||
|
|
||||||
AC_ARG_ENABLE([simd],[AC_HELP_STRING([--enable-simd=SSE4|AVX|AVX2|AVX512|MIC],\
|
AC_ARG_ENABLE([simd],[AC_HELP_STRING([--enable-simd=SSE4|AVX|AVX2|AVX512|MIC],\
|
||||||
[Select instructions to be SSE4.0, AVX 1.0, AVX 2.0+FMA, AVX 512, MIC])],\
|
[Select instructions to be SSE4.0, AVX 1.0, AVX 2.0+FMA, AVX 512, MIC])],\
|
||||||
[ac_SIMD=${enable_simd}],[ac_SIMD=AVX2])
|
[ac_SIMD=${enable_simd}],[ac_SIMD=AVX2])
|
||||||
@ -155,15 +153,15 @@ AM_CONDITIONAL(BUILD_COMMS_NONE,[ test "X${ac_COMMS}X" == "XnoneX" ])
|
|||||||
###################################################################
|
###################################################################
|
||||||
# Checks for doxygen support
|
# Checks for doxygen support
|
||||||
# if present enables the "make doxyfile" command
|
# if present enables the "make doxyfile" command
|
||||||
echo
|
#echo
|
||||||
echo Checking doxygen support
|
#echo Checking doxygen support
|
||||||
echo :::::::::::::::::::::::::::::::::::::::::::
|
#echo :::::::::::::::::::::::::::::::::::::::::::
|
||||||
AC_PROG_DOXYGEN
|
#AC_PROG_DOXYGEN
|
||||||
|
|
||||||
if test -n "$DOXYGEN"
|
#if test -n "$DOXYGEN"
|
||||||
then
|
#then
|
||||||
AC_CONFIG_FILES([docs/doxy.cfg])
|
#AC_CONFIG_FILES([docs/doxy.cfg])
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo Creating configuration files
|
echo Creating configuration files
|
||||||
|
@ -15,6 +15,8 @@
|
|||||||
#ifndef INCLUDED_ALG_REMEZ_H
|
#ifndef INCLUDED_ALG_REMEZ_H
|
||||||
#define INCLUDED_ALG_REMEZ_H
|
#define INCLUDED_ALG_REMEZ_H
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
#include <algorithms/approx/bigfloat.h>
|
#include <algorithms/approx/bigfloat.h>
|
||||||
|
|
||||||
#define JMAX 10000 //Maximum number of iterations of Newton's approximation
|
#define JMAX 10000 //Maximum number of iterations of Newton's approximation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user