GNU MPFR 4.1.0

This commit is contained in:
Andrius Štikonas 2021-04-17 23:54:19 +01:00
parent 41d8cc2825
commit 2e5ccce9be
7 changed files with 68 additions and 1 deletions

View file

@ -0,0 +1,21 @@
/*
SPDX-FileCopyrightText: 2005-2020 Free Software Foundation, Inc.
SPDX-License-Identifier: GPL-3.0-or-later
*/
/* This file is truncated version of src/mparam.h
*/
#ifndef __MPFR_IMPL_H__
# error "MPFR Internal not included"
#endif
#define MPFR_TUNE_CASE "default"
/****************************************************************
* Default values of Threshold. *
* Must be included in any case: it checks, for every constant, *
* if it has been defined, and it sets it to a default value if *
* it was not previously defined. *
****************************************************************/
#include "generic/mparam.h"