Sujet : Re: Avoid treating the stack as an array [Re: "Back & Forth" is back!]
De : no.email (at) *nospam* nospam.invalid (Paul Rubin)
Groupes : comp.lang.forthDate : 17. Sep 2024, 15:24:12
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <878qvq1hpv.fsf@nightsong.com>
References : 1 2 3 4 5
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Stephen Pelc <
stephen@vfxforth.com> writes:
The current VFX 64 bit systems for x64 allow you to select float packs for
80x87 8 item internal stack
hfp87 80x87 external stack
SSE external stack
I guess the next thing is to run that same benchmark with the SSE pack.
With SSE if you want to do transcendentals, is it usual to use a
software library that does the numerics? It seems easier for the
library to use the x87 FPU when it is available.
Maybe some processors will start supporting IEEE 128 bit floating point
someday. I know that the RISC-V architecture contains instructions for
it, but I don't know of any processor hardware that does it.