Search code examples
std::atomic_ref required alignment...


c++c++20atomicmemory-alignmentstdatomic

Read More
Problem with aligning Rust structs to send to the GPU using bytemuck and WGPU...


ruststructgpumemory-alignmentwgpu-rs

Read More
How do you make code which only gets compiled for platforms which can perform unaligned reads?...


optimizationrustmemory-alignment

Read More
Aligning label values in dead code with gcc/clang...


cclangcompiler-optimizationinline-assemblymemory-alignment

Read More
C++ Declare Aligned Storage for Placement-New...


c++c++17memory-alignmentplacement-new

Read More
Is it always the case that sizeof(T) >= alignof(T) for all object types T?...


c++c++11memory-alignmentalignof

Read More
Is there a way to force alignment to match between structures?...


cstructmemory-alignment

Read More
Aligning an structure to reduce the cache hits?...


ccachingmemory-alignment

Read More
Compiler applies structure padding even though it's not needed...


cstructpaddingcpu-architecturememory-alignment

Read More
What does "aligning the stack" mean in assembly?...


assemblyx86-64memory-alignmentcalling-conventionstack-pointer

Read More
Responsibility of stack alignment in 32-bit x86 assembly...


linuxgccassemblyx86memory-alignment

Read More
RISC V assembly alignment errors...


assemblymemory-alignmentriscv

Read More
Memory alignment of arrays...


cmemory-alignmentdma

Read More
Eigen::Map alignment of raw buffer...


c++eigenmemory-alignment

Read More
Alignment of stack variables in Assembly Languages...


assemblygccx86masmmemory-alignment

Read More
Structure alignment padding, largest size of padding, and order of struct members...


c++cstructpaddingmemory-alignment

Read More
SegFault due to an extended 64 bit variable...


gcclinkerelfmemory-alignmentpowerpc

Read More
Why is GCC pushing an extra return address on the stack?...


assemblygccx86memory-alignmentstack-memory

Read More
Why should code be aligned to even-address boundaries on x86?...


assemblyx86memory-alignmentmicro-optimization

Read More
Align assembly to end of 4K block...


macosassemblyarm64memory-alignmentgnu-assembler

Read More
How to set the alignment for the .data section?...


assemblyvisual-c++x86nasmmemory-alignment

Read More
Memory location of a std::condition_variable can cause futex error...


c++memory-managementmemory-alignment

Read More
What is aligned memory allocation?...


mallocmemory-alignment

Read More
Unaligned access causes error on ARM Cortex-M4...


c++carmmemory-alignmentcortex-m

Read More
Question regarding the memory alignment offset multiple for Vertex buffer data when calling vkCmdBin...


c99memory-alignmentvulkanvertex-buffer

Read More
Will std::make_unique<alignas(32) std::byte[]> allocate aligned memory?...


c++smart-pointersmemory-alignment

Read More
Is there a way to force visual studio to generate aligned instructions from SSE intrinsics?...


visual-studiovisual-c++sseintrinsicsmemory-alignment

Read More
Space occupied by array of struct...


cmemory-alignment

Read More
How safe are unaligned pointers in modern .Net?...


c#memorymemory-alignment

Read More
Is it possible to make a union right aligned in C?...


cunionsmemory-alignment

Read More
BackNext