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
//------------------------------------------------------------------------------
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
#include <emmintrin.h>
32
#include <immintrin.h>
33
34
//------------------------------------------------------------------------------
35
#endif
string.h
code
foundation
core
posix
precompiled.h
Generated on Thu Nov 14 2024 22:10:44 for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.