From 179c80eecf35db601725b9cd731d7c263a27ddd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albin=20Ahlb=C3=A4ck?= Date: Sun, 22 Dec 2024 00:35:29 +0100 Subject: [PATCH] Add mpn_extras/inlines.c --- src/mpn_extras/inlines.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/mpn_extras/inlines.c diff --git a/src/mpn_extras/inlines.c b/src/mpn_extras/inlines.c new file mode 100644 index 0000000000..e8b5acb0e9 --- /dev/null +++ b/src/mpn_extras/inlines.c @@ -0,0 +1,14 @@ +/* + Copyright (C) 2015 William Hart + + This file is part of FLINT. + + FLINT is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. See . +*/ + +#define MPN_EXTRAS_INLINES_C + +#include "mpn_extras.h"