Search code examples
Undefined behavior with unions...

ctypesundefined-behaviorunionsmemory-alignment

Read More
Is there a GCC keyword to allow structure-reordering?...

cgccpaddingc99memory-alignment

Read More
Why alignment of struct is not equal to its size?...

c++cmemorystructmemory-alignment

Read More
How does OpenGL std430 layout align elements in an array?...

c++openglglslglm-mathmemory-alignment

Read More
How to solve the 32-byte-alignment issue for AVX load/store operations?...

c++ssesimdmemory-alignmentavx

Read More
How is Result<T, E> in Rust so fast?...

performancerustmemoryunionmemory-alignment

Read More
Why is an "alignment exception" thrown when accessing an unaligned uint16 array with a poi...

arrayspointersexceptionmemory-alignmentmemory-access

Read More
Can I move between contiguous sequences of fields of the same type in a struct using pointer arithme...

cpointersstructmemory-alignmentpointer-arithmetic

Read More
Why misaligned access to locked memory read intermediate value on intel cpu?...

c++multithreadingatomicintelmemory-alignment

Read More
What stride should I use for matrices in CUDA for the fastest possible speed?...

cudamemory-alignmentstride

Read More
Why do align access and non-align access have same performance?...

x86-64intelmemory-alignment

Read More
Stack alignment when using SIMD instructions...

assemblyx8632bit-64bitssememory-alignment

Read More
What is meant by "memory is 8 bytes aligned"?...

cmemory-managementmemory-alignment

Read More
Data layouts used by C compilers (the alignment concept)...

ccompiler-constructionlocalmemory-alignmentruntime-environment

Read More
How to trap unaligned memory access?...

clinuxarmmemory-alignment

Read More
Behaviors of stack pointer in ARM64...

assemblyarm64memory-alignmentstack-memoryabi

Read More
Malloc and alignment...

cmallocmemory-alignment

Read More
Is accessing a member of an unaligned union undefined behavior even if the member being accessed is ...

clanguage-lawyerundefined-behaviorunionsmemory-alignment

Read More
Purpose of memory alignment...

memoryalignmentmemory-alignment

Read More
Can you reinterpret an array of doubles as a struct containing an array of doubles?...

c++arraysclassmemory-alignmenttype-punning

Read More
Are C# struct parameters and locals aligned by default?...

c#simdmemory-alignment

Read More
Writing an alignof(T) method in C#?...

c#algorithmmemory-alignmentalignof

Read More
Are members of a POD-struct or standard layout type guaranteed to be aligned according to their alig...

c++c++11language-lawyermemory-alignmentc++03

Read More
Why can't the CPU directly access addresses that are not a multiple of the bus width?...

cx86cpucpu-architecturememory-alignment

Read More
Are plain nested array of arrays guaranteed to be contiguous?...

c++multidimensional-arraypaddingmemory-alignment

Read More
Why "alignas" specifier cannot align two byte buffer strictly by 1 byte boundary?...

c++c++17memory-alignment

Read More
Should I align data to their data type or cpu cache line size?...

cachingmemorymemory-alignmentcpu-cacheprocessor

Read More
Alignment of C structure in Internal FLASH memory...

ccortex-mmemory-alignmentiar

Read More
What is the alignment requirement of malloc(1)...

cmalloclanguage-lawyermemory-alignmentc23

Read More
Is it legal for a compiler to optimize calls to malloc to return more weakly aligned memory?...

cmalloclanguage-lawyermemory-alignment

Read More
BackNext