mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 16:55:25 +01:00
GNU MPFR 4.1.0
This commit is contained in:
parent
41d8cc2825
commit
2e5ccce9be
7 changed files with 68 additions and 1 deletions
21
sysa/mpfr-4.1.0/files/mparam.h
Normal file
21
sysa/mpfr-4.1.0/files/mparam.h
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue