Sujet : Re: Parsing timestamps?
De : no.email (at) *nospam* nospam.invalid (Paul Rubin)
Groupes : comp.lang.forthDate : 10. Jul 2025, 05:35:20
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87tt3kwtmf.fsf@nightsong.com>
References : 1 2 3 4 5 6 7 8 9 10
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
dxf <
dxforth@gmail.com> writes:
I suspect IEEE simply standardized what had become common practice among
implementers.
No, it was really new and interesting.
https://people.eecs.berkeley.edu/~wkahan/ieee754status/754story.htmlWhat little I know about SSE2 it's not as well thought out or organized
as Intel's original effort. E.g. doing something as simple as changing
sign of an fp number is a pain when NANs are factored in.
I wonder if later SSE/AVX/whatever versions fixed this stuff.