一呼百應, "one call, a hundred responses"
Loading...
Searching...
No Matches
config.hpp File Reference

attributes we have to detect with the build system More...

Go to the source code of this file.

Macros

#define ein_restrict   __restrict
 portable restrict, __restrict or __restrict__
 

Detailed Description

attributes we have to detect with the build system

SPDX-FileType: Source
SPDX-FileCopyrightText: 2024 Edward Kmett <ekmett@gmail.com>
SPDX-License-Identifier: BSD-2-Clause OR Apache-2.0

Definition in file config.hpp.

Macro Definition Documentation

◆ ein_restrict

#define ein_restrict   __restrict

portable restrict, __restrict or __restrict__

\def ein_restrict

Indicates this target can only be reached through this pointer.

Greatly improves alias analysis and code mobility.

Note
: auto-generated by CMake

Definition at line 27 of file config.hpp.