Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in memory-alignment
C function argument, memory alignment considerations
Nov 12, 2022
c
function
memory-alignment
How would I portably implement aligned stack storage in C++03?
Oct 27, 2022
c++
memory-alignment
placement-new
why does size of the struct need to be a multiple of the largest alignment of any struct member
Feb 13, 2022
c++
memory-alignment
creating a C function with a given size in the text segment
Nov 04, 2022
c
gcc
memory-alignment
powerpc
Are members of a POD-struct or standard layout type guaranteed to be aligned according to their alignment requirements?
Mar 14, 2022
c++
c++11
language-lawyer
memory-alignment
c++03
Alignment 16 not respected when using auto keyword?
Sep 21, 2022
c++
visual-c++
visual-studio-2012
memory-alignment
directxmath
Clang runtime fault when throwing aligned type. Compiler bug?
Mar 06, 2022
c++
clang
x86-64
memory-alignment
How to align std::array contained data?
Oct 26, 2022
c++
arrays
c++11
std
memory-alignment
Is it guaranteed that the type T[x][y] has the same memory layout as T[x*y] in C?
Sep 20, 2022
c
multidimensional-array
language-lawyer
memory-alignment
Placement-new address alignment
Nov 11, 2022
c++
memory-management
undefined-behavior
memory-alignment
std::tuple memory alignment
Jul 03, 2022
c++
c++11
tuples
language-lawyer
memory-alignment
What are the differences between #pragma pack(push, n)/#pragma pack(pop) and __attribute__((__packed__, aligned(n) )) on GCC?
Mar 07, 2021
c++
c
gcc
memory-alignment
Compiler Warning when using Pointers to Packed Structure Members
Mar 02, 2022
c++
c
pointers
struct
memory-alignment
Why are initializer lists not available when changing the allocator of std::vector?
Nov 19, 2016
c++
c++11
memory-alignment
initializer-list
eigen3
`std::alignment_of` versus `alignof`
Jun 30, 2022
c++
memory-alignment
c++17
alignof
Prohibit unaligned memory accesses on x86/x86_64
Oct 31, 2022
linux
debugging
x86
memory-alignment
Unaligned load versus unaligned store
Dec 01, 2020
c++
performance
x86
memory-alignment
avx
Fastest way to work with unaligned data on a word-aligned processor?
Aug 29, 2022
c
arm
memory-alignment
micro-optimization
cortex-m
Tell C++ that pointer data is 16 byte aligned
Sep 17, 2022
c++
gcc
sse
memory-alignment
Is it worth bothering to align AVX-256 memory stores?
Mar 16, 2022
performance
assembly
x86-64
memory-alignment
avx
intel
« Newer Entries
Older Entries »