Skip to content
Prev 10422 / 12125 Next

[R-pkg-devel] Fwd: using portable simd instructions

On 3/27/24 08:39, jesse koops wrote:
My advice is please do not publish any packages doing this low level 
stuff unless you fully understand the details yourself. If you don't, 
please work at a higher level abstraction and use existing code for the 
low-level things, to avoid adding to the maintenance costs. These things 
can take very long to debug.

The GCC bug on Windows I've ran into only affects instructions that 
require aligned operands (on the stack), aligned at 32-byte boundary.

Tomas