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 strict-aliasing
Is ((size_t *)(vec))[-1] a violation of strict-aliasing?
Jul 26, 2022
c
strict-aliasing
Am I breaking strict aliasing rules?
Aug 11, 2022
c++
c++11
sse
strict-aliasing
Simplest rule of thumb to avoid breaking strict-aliasing rules?
Apr 09, 2022
c++
c
strict-aliasing
C aliasing rules and memcpy
Jan 30, 2014
c++
c
strict-aliasing
Strict aliasing, -ffast-math and SSE
Oct 27, 2021
c++
clang
sse
strict-aliasing
fast-math
Is the strict aliasing rule really a "two-way street"?
Dec 27, 2020
c
pointers
strict-aliasing
Is using the result of new char[] or malloc to casted float * is UB (strict aliasing violation)?
Sep 20, 2021
c++
malloc
language-lawyer
strict-aliasing
object-lifetime
Does casting a char array to another type violate strict-aliasing rules?
Oct 11, 2021
c++
language-lawyer
compiler-warnings
reinterpret-cast
strict-aliasing
Can a struct alias its own initial and only member?
Aug 18, 2021
c
language-lawyer
strict-aliasing
Does removing const from a pointer-to-const obey strict aliasing in C, and refer to the same object?
Oct 14, 2022
c
constants
language-lawyer
strict-aliasing
Does the aliasing loophole apply to signed characters?
Nov 20, 2020
c++
char
language-lawyer
signed
strict-aliasing
Does dereferencing a char* inhibit strict aliasing optimizations?
Aug 30, 2022
c
strict-aliasing
Is it legal to reuse memory from a fundamental type array for a different (yet still fundamental) type array
Sep 21, 2022
c++
casting
language-lawyer
strict-aliasing
`std::complex<T>[n]` and `T[n*2]` type aliasing
Dec 24, 2021
c++
language-lawyer
strict-aliasing
type-punning
Strict aliasing and memory locations
Aug 25, 2022
c
memory
standards
strict-aliasing
How to implement fast inverse sqrt without undefined behavior? [duplicate]
Nov 09, 2022
c++
undefined-behavior
strict-aliasing
Does accessing the first field of a struct via a C cast violate strict aliasing?
Sep 18, 2022
c++
c
language-lawyer
reinterpret-cast
strict-aliasing
Is there a (semantic) difference between the return value of placement new and the casted value of its operand?
Nov 23, 2021
c++
language-lawyer
reinterpret-cast
strict-aliasing
placement-new
Cast array of bytes to POD
Sep 13, 2022
c++
strict-aliasing
C++'s Strict Aliasing Rule - Is the 'char' aliasing exemption a 2-way street?
Oct 22, 2022
c++
strict-aliasing
« Newer Entries
Older Entries »