Nebula
Loading...
Searching...
No Matches
precompiled.h
Go to the documentation of this file.
1
#pragma once
2
#ifndef CORE_POSIX_PRECOMPILED_H
3
#define CORE_POSIX_PRECOMPILED_H
4
//------------------------------------------------------------------------------
13
14
// crt headers
15
#include <math.h>
16
#include <stdlib.h>
17
#include <stdarg.h>
18
#include <algorithm>
19
#include <
string.h
>
20
#include <unistd.h>
21
#include <stdio.h>
22
#include <ctype.h>
23
#include <stdint.h>
24
#include <cstdint>
25
#include <pthread.h>
26
#include <errno.h>
27
#include <cfloat>
28
#include <limits.h>
29
30
// sse intrinsics
31
#if __SSE2__ || __SSE4_1__ || __AVX2__
32
#include <emmintrin.h>
33
#include <immintrin.h>
34
#elif __aarc64__
35
#include <arm_neon.h>
36
#endif
37
38
//------------------------------------------------------------------------------
39
#endif
string.h
code
foundation
core
posix
precompiled.h
Generated on Sun Nov 16 2025 18:27:35 for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.