Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.c > #387641
| From | Keith Thompson <Keith.S.Thompson+u@gmail.com> |
|---|---|
| Newsgroups | comp.lang.c |
| Subject | Re: Python (was Re: I did not inhale) |
| Date | 2024-08-18 15:02 -0700 |
| Organization | None to speak of |
| Message-ID | <87o75pcwwi.fsf@nosuchdomain.example.com> (permalink) |
| References | (13 earlier) <v9npls$1fjus$1@dont-email.me> <v9t204$2dofg$1@dont-email.me> <87wmkdd484.fsf@nosuchdomain.example.com> <v9tn45$2h3d8$1@dont-email.me> <87sev1cz3t.fsf@nosuchdomain.example.com> |
Keith Thompson <Keith.S.Thompson+u@gmail.com> writes:
> James Kuyper <jameskuyper@alumni.caltech.edu> writes:
>> On 8/18/24 15:24, Keith Thompson wrote:
>>> David Brown <david.brown@hesbynett.no> writes:
>>> [...]
>>>> Without looking it up, what does the C standard library "fegetmode"
>>>> function do?
>>>
>>> Nothing, it's specific to GNU libc.
>>
>> ? It's in every draft version of the C standard that I have since
>> n2346.pdf, dated 2019-03-13.
> [...]
>
> You're right. It's not in C11 or C17, but it is in the C23 drafts.
>
> My mistake.
The earliest reference I can find to fegetmode is in n2314,
"Floating-point extensions for C", 2018-11-12. The earliest draft
standard that refers to it is n2346, 2019-03-13.
https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2314.pdf
https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2346.pdf
--
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com
void Void(void) { Void(); } /* The recursive call of the void */
Back to comp.lang.c | Previous | Next — Previous in thread | Find similar
Re: Python (was Re: I did not inhale) James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-08-18 16:08 -0400
Re: Python (was Re: I did not inhale) Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-18 14:14 -0700
Re: Python (was Re: I did not inhale) Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-18 15:02 -0700
csiph-web