From a2ce37b56442331fed0e58f1301d7b60451f75f8 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Mon, 16 Mar 2020 16:28:39 -0300 Subject: math: Remove mathinline With m68k bits moved to internal headers, no architectures export additional optimizations on mathinline. --- bits/mathinline.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 bits/mathinline.h (limited to 'bits') diff --git a/bits/mathinline.h b/bits/mathinline.h deleted file mode 100644 index 02ec21b..0000000 --- a/bits/mathinline.h +++ /dev/null @@ -1,12 +0,0 @@ -/* This file should provide inline versions of math functions. - - Surround GCC-specific parts with #ifdef __GNUC__, and use `__extern_inline'. - - This file should define __MATH_INLINES if functions are actually defined as - inlines. */ - -#if !defined __NO_MATH_INLINES && defined __OPTIMIZE__ - -/* Here goes the real code. */ - -#endif -- cgit v1.1