mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-07 02:10:27 +00:00
complex math: libc/tinymath/libm.h: Don't need fp_arch.h after all
This commit is contained in:
parent
6607faf377
commit
b816f26500
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@
|
|||
#include <libc/isystem/float.h>
|
||||
#include <libc/isystem/math.h>
|
||||
#include <libc/isystem/endian.h>
|
||||
// #include "fp_arch.h"
|
||||
|
||||
#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
|
||||
#elif LDBL_MANT_DIG == 64 && LDBL_MAX_EXP == 16384 && __BYTE_ORDER == __LITTLE_ENDIAN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue