OpenTTD Source 20260304-master-g1baaa74679
32bpp_sse_func.hpp File Reference

Functions related to SSE 32 bpp blitter. More...

Go to the source code of this file.

Macros

#define INTERNAL_LINKAGE   static
 Prefix all things in this file wiht this specifier to make them linked internally only.

Detailed Description

Functions related to SSE 32 bpp blitter.

Attention
This file is compiled multiple times with different defines for SSE_VERSION and MARGIN_NORMAL_THRESHOLD. Be careful when declaring things with external linkage. Use INTERNAL_LINKAGE instead, i.e. "static".

Definition in file 32bpp_sse_func.hpp.

Macro Definition Documentation

◆ INTERNAL_LINKAGE

#define INTERNAL_LINKAGE   static

Prefix all things in this file wiht this specifier to make them linked internally only.

Definition at line 21 of file 32bpp_sse_func.hpp.