complex math: libc/tinymath/libm.h: Don't need fp_arch.h after all

This commit is contained in:
Steve Phillips 2022-04-27 16:02:30 -07:00
parent 6607faf377
commit b816f26500
No known key found for this signature in database
GPG key ID: 7295C51C3F8AA1E2

View file

@ -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