changed qse_thr_setstacksize() to align the given value to the page size

This commit is contained in:
2018-10-29 08:45:31 +00:00
parent 38ffad3544
commit 2c02013ec1
3 changed files with 28 additions and 17 deletions

View File

@ -35,7 +35,7 @@
#include <math.h>
#if defined(HAVE_QUADMATH_H)
# include <quadmath.h>
#elif defined(QSE_USE_AWK_FLTMAX) && (QSE_AWK_SIZEOF_FLT_T == 16)
#elif defined(QSE_USE_AWK_FLTMAX) && (QSE_AWK_SIZEOF_FLT_T == 16) && defined(QSE_FLTMAX_REQUIRE_QUADMATH)
# error QUADMATH.H NOT AVAILABLE or NOT COMPILABLE
#endif