[WIP] fmsolvr: removed float4 and double4 from coulomb #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "m.zych/fmsolvr:WIP/lgpl21"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Structs float4 and double4 are not utilizing SIMD instructions optimally,
since 4th vector element is unused, wasting memory and computation resources.