October 02, 2012 General » Re: core.simd woes | |||
|---|---|---|---|
| |||
...reasonably low bandwidth, make good use of registers, and you can see there is no... | |||
October 02, 2012 General » Re: core.simd woes | |||
|---|---|---|---|
| |||
...and stores operations from SIMD registers to memory or FPU registers. When combining multiple vector... | |||
October 01, 2012 General » Re: Idea: Introduce zero-terminated string specifier | |||
|---|---|---|---|
| |||
...passing parameters on the stack vs in registers based on whether a type is a... | |||
October 01, 2012 Learn » Re: Very strange problem with comparing floating point numbers | |||
|---|---|---|---|
| |||
...makes sense to keep intermediate results in registers. So I don't know whether introducing... | |||
September 30, 2012 Learn » Re: Very strange problem with comparing floating point numbers | |||
|---|---|---|---|
| |||
...case is a bug. x87 floating point registers are 80 bit. This: fstp dword [ebp... | |||
September 11, 2012 Learn » Re: auto limitation? | |||
|---|---|---|---|
| |||
...value. Float values are returned in %xmm registers and integer values are returned in %eax... | |||
September 03, 2012 GDC » Re: Trouble understanding crash when class is returned by value from C++ | |||
|---|---|---|---|
| |||
pointers could be passed in registers. That's cool. I learn something new every day... | |||
September 03, 2012 GDC » Re: Trouble understanding crash when class is returned by value from C++ | |||
|---|---|---|---|
| |||
...design. Whereas pointers could be passed in registers. The difference between ABI handling of void... | |||
August 18, 2012 General » Re: Fragile ABI | |||
|---|---|---|---|
| |||
...of a function call comes from saving registers, managing the stack, etc. The overhead is... | |||
August 15, 2012 Announce » Re: First working Win64 program! | |||
|---|---|---|---|
| |||
...are in sync about data layout? Small sizes structs are often kept in registers. -- Paulo | |||
Copyright © 1999-2021 by the D Language Foundation