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
Problem with aligning Rust structs to send to the GPU using bytemuck and WGPU
Nov 02, 2025
rust
struct
gpu
memory-alignment
wgpu-rs
Is __STDCPP_DEFAULT_NEW_ALIGNMENT__ >= alignof(std::max_align_t)?
Oct 31, 2025
c++
c++17
language-lawyer
memory-alignment
What do the MIPS load word left (LWL) and load word right (LWR) instructions do?
Oct 29, 2025
assembly
mips
memory-alignment
instructions
instruction-set
Assert that a pointer is aligned to some value
Oct 28, 2025
pointers
rust
memory-alignment
Memory aligned QVector().data()
Oct 29, 2025
qt
qt5
vectorization
memory-alignment
auto-vectorization
How to fix a warning (ignoring attributes) with a `vector` of `__m256`
Oct 28, 2025
c++
c++17
intrinsics
memory-alignment
avx2
What is the alignment requirement of malloc(1)
Oct 26, 2025
c
malloc
language-lawyer
memory-alignment
c23
Question regarding the memory alignment offset multiple for Vertex buffer data when calling vkCmdBindVertexBuffers()
Oct 26, 2025
c99
memory-alignment
vulkan
vertex-buffer
Is pointer arithmetic still well defined after casting with alignment violation?
Oct 24, 2025
c
undefined-behavior
memory-alignment
c11
pointer-arithmetic
Can I use std::align to verify the alignment of a given pointer?
Oct 26, 2025
c++
c++14
memory-alignment
Can I move between contiguous sequences of fields of the same type in a struct using pointer arithmetic without alignof?
Oct 26, 2025
c
pointers
struct
memory-alignment
pointer-arithmetic
Why is alignof(max_align_t) 16?
Oct 22, 2025
c
memory-alignment
alignof
Storing an std::assume_aligned pointer C++ 20
Oct 21, 2025
c++
traits
simd
c++20
memory-alignment
Why is it not possible to read an unaligned word in one step?
Oct 21, 2025
hardware
memory-address
cpu-architecture
memory-alignment
address-bus
How to properly use std::align
Oct 19, 2025
c++
c++11
memory-alignment
How can I indicate to the compiler that a pointer parameter is aligned?
Oct 19, 2025
c++
gcc
cuda
memory-alignment
nvcc
Why does __m128 cause alignment issues in a union with float x/y/z?
Oct 18, 2025
c
simd
sse
unions
memory-alignment
Marshalling structs with non-aligned arrays
Oct 16, 2025
c#
arrays
marshalling
memory-alignment
Default structure alignment for 32 bit processor word
Oct 16, 2025
c
arm
memory-alignment
Difference of ALIGN() and round_up() macro in the Linux kernel
Oct 16, 2025
c
linux-kernel
memory-alignment
Older Entries »