Search code examples
C undefined behavior. Strict aliasing rule, or incorrect alignment?...


cgccmemory-alignmentstrict-aliasing

Read More
Why Offset varies for character array in C structure if array size changes and how the defined macro...


cstructsizeofmemory-alignmentstruct-member-alignment

Read More
ARM Cortex M7 unaligned access and memcpy...


cembeddedmemcpymemory-alignmentcortex-m

Read More
How does posix_memalign differ from mmap...


clinuxx86-64mmapmemory-alignment

Read More
Does the alignas specifier work with 'new'?...


c++c++11new-operatormemory-alignment

Read More
Default union and structure alignment in C?...


cmemory-alignment

Read More
Why do alignment restrictions change the behaviour of clang while vectorising?...


c++clangx86-64memory-alignmentavx

Read More
Pack two objects using alignof...


ccastingmemory-alignment

Read More
Why alignment is power of 2?...


c++memory-alignment

Read More
Memory alignment for fast FFT in Python using shared arrays...


pythonnumpymultiprocessingfftmemory-alignment

Read More
Clang-tidy alignment suggestion with `altera-struct-pack-align`...


c++alignmentmemory-alignmentclang-tidy

Read More
What value of alignment should I with mkl_malloc?...


clinear-algebramemory-alignmentblasintel-mkl

Read More
How memory aligment and access granularity work in assembly?...


assemblymemoryx86-64cpu-architecturememory-alignment

Read More
GCC generated assembly for unaligned float access on ARM...


assemblygccfloating-pointarmmemory-alignment

Read More
C How can i access values in misaligned memory...


cmemory-alignment

Read More
How can I align a struct to a specified byte boundary?...


rustmemory-alignment

Read More
x86 SIMD instructions 16 byte alignment in assembly (Without C intrinsics)...


assemblyx86-64ssesimdmemory-alignment

Read More
What is the alignment of data on the stack?...


carchitecturemallocmemory-alignment

Read More
Why is alignof of a char array always 1?...


c++arraysmemory-alignment

Read More
Why does -Wcast-align not warn about cast from char* to int* on x86?...


cmemory-alignmentgcc-warningtypecasting-operator

Read More
Alignment of tuple of arrays for SIMD load...


c++simdmemory-alignment

Read More
Correct stack alignment for call to printf?...


assemblyx86stackmemory-alignmentabi

Read More
Why 2 LSB's of 32 bit ARM instruction address not used...


armembeddedmemory-alignmentinstructions

Read More
Storing an std::assume_aligned pointer C++ 20...


c++traitssimdc++20memory-alignment

Read More
What does alignment to 16-byte boundary mean in x86...


optimizationx86memory-alignment

Read More
Why are CUDA memory allocations aligned to 256 bytes?...


cudagpugpgpumemory-alignment

Read More
What is the recommended way to align memory in C++11...


c++c++11dynamic-memory-allocationmemory-alignment

Read More
Is it possible to find sizes of structures declared in a DLL?...


windowsvisual-c++visual-studio-2012dllmemory-alignment

Read More
Is there a clever way of avoiding extra padding with nested classes in C++?...


c++paddingcompiler-optimizationinner-classesmemory-alignment

Read More
Why g++ isn't performing structure packing here?...


c++structurepaddingsizeofmemory-alignment

Read More
BackNext