From 689b06b8dfce4076826994a691120ea7cfce5af7 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 2 Mar 2019 17:19:51 -0500 Subject: the described behavior for _Complex is already in 9899 --- README | 7 ------- 1 file changed, 7 deletions(-) (limited to 'README') diff --git a/README b/README index c6777887..74920e73 100644 --- a/README +++ b/README @@ -40,13 +40,6 @@ pointer 32 32 64 64 64 The aformentioned symbol is used, among other places, for the proper definition of size_t, ssize_t, and intptr_t. -The implementation of depends on the compilers representation of -_Complex types being the same as an array of two of the underlying floating -point type, with the first being the real part and the second being the -imaginary part. That is, for each type t in float, double, and long double, -the declaration union { _Complex t c; t f[2]; }; should be usable to directly -manipulate the real and imaginary members of the complex type. - Coding Style ------------ Start with K&R. Indents are tabs. Tabs are 8 spaces. -- cgit v1.2.1