Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcc

Why does arithmetic operations on (more than) three unsigned chars always trigger a warning when using -Wconversion?

c gcc gcc-warning

Can __attribute__ ((packed)) create a 1-bit struct when the only member is a bit-field?

c++ c gcc attributes

How to compile GCC for android?

Why does GCC generate code that conditionally executes a SIMD implementation?

Embedded GCC optimization magic

c gcc

`__noinline__` macro conflict between GLib and CUDA

c gcc cuda glib

gcc undefined reference even though ld finds the library and it contains the desired function

c++ gcc linker ld

How 'smart' is GCC's Tail-Call-Optimisation?

GCC ld: can't find -lcurses

gcc ld curses

What's up with gcc's handling of alloca?

c gcc x86 alloca

Dumping the values of the registers in GCC

gcc assembly x86

What is the difference between -mfpu=fpv5-sp-d16 and -mfpu=fpv5-d16?

gcc arm fpu

gcc linker (ld) can't find shared libraries

Use gcc preprocessor to define filename for #include

`movaps` vs. `movups` in GCC: how does it decide?

Trying to implement 128 bit add in amd64 with inline assembly with multiple alternative constraints

GCC optimization levels. Which is better?

warning: 'auto' type specifier is a C++11 extension

c++ c++11 gcc g++ clang

How does this compiler optimization work?