I recently delved into the following Delphi source codes:
To my understanding:
Single
Double
My Question:
Is there a way to do similar thing (SMID with array of Extended I mean) if I expect to benefit from more precision as Extended
can provide ?
Extended is a FPU (x87) type, and a funky one that isn't found outside x87 CPUs.
SSE doesn't support values larger than double (so no quad (128-bit) either ).
Not even in SSE versions documented but not yet available (Ivy Bridge)
So no, this is not possible.
Further SSE2 also widens the registers and provides additional instructions, so "SSE vs SSE2" it is not just single vs double
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With