mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-29 16:52:28 +00:00
Update Emacs config
This commit is contained in:
parent
40b7da8422
commit
0c12c26e1d
3 changed files with 26 additions and 4 deletions
|
@ -19,11 +19,9 @@
|
||||||
#include "libc/macros.internal.h"
|
#include "libc/macros.internal.h"
|
||||||
#include "libc/mem/gc.h"
|
#include "libc/mem/gc.h"
|
||||||
#include "libc/mem/mem.h"
|
#include "libc/mem/mem.h"
|
||||||
#include "libc/nexgen32e/nexgen32e.h"
|
|
||||||
#include "libc/runtime/runtime.h"
|
#include "libc/runtime/runtime.h"
|
||||||
#include "libc/runtime/sysconf.h"
|
#include "libc/runtime/sysconf.h"
|
||||||
#include "libc/stdio/rand.h"
|
#include "libc/stdio/rand.h"
|
||||||
#include "libc/stdio/stdio.h"
|
|
||||||
#include "libc/str/str.h"
|
#include "libc/str/str.h"
|
||||||
#include "libc/sysv/consts/map.h"
|
#include "libc/sysv/consts/map.h"
|
||||||
#include "libc/sysv/consts/prot.h"
|
#include "libc/sysv/consts/prot.h"
|
||||||
|
|
|
@ -191,7 +191,14 @@
|
||||||
"__is_same"))
|
"__is_same"))
|
||||||
|
|
||||||
(cuda-builtin-types
|
(cuda-builtin-types
|
||||||
'("__syncthreads"))
|
'("__syncthreads"
|
||||||
|
"__shfl"
|
||||||
|
"__shfl_xor"
|
||||||
|
"__shfl_sync"
|
||||||
|
"__shfl_down"
|
||||||
|
"__shfl_up_sync"
|
||||||
|
"__shfl_down_sync"
|
||||||
|
"__shfl_xor_sync"))
|
||||||
|
|
||||||
(cosmopolitan-builtin-defines
|
(cosmopolitan-builtin-defines
|
||||||
'("COSMOPOLITAN_CXX_START_"
|
'("COSMOPOLITAN_CXX_START_"
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
"__GNUC_PATCHLEVEL__"
|
"__GNUC_PATCHLEVEL__"
|
||||||
"__GNUC__"
|
"__GNUC__"
|
||||||
"__APPLE__"
|
"__APPLE__"
|
||||||
|
"__linux__"
|
||||||
"__HAIKU__"
|
"__HAIKU__"
|
||||||
"__CYGWIN__"
|
"__CYGWIN__"
|
||||||
"__EMSCRIPTEN__"
|
"__EMSCRIPTEN__"
|
||||||
|
@ -187,7 +188,23 @@
|
||||||
"_GNU_SOURCE"
|
"_GNU_SOURCE"
|
||||||
"_BSD_SOURCE"
|
"_BSD_SOURCE"
|
||||||
"_COSMO_SOURCE"
|
"_COSMO_SOURCE"
|
||||||
"_XOPEN_SOURCE"))
|
"_XOPEN_SOURCE"
|
||||||
|
"__FLT16_HAS_QUIET_NAN__"
|
||||||
|
"__FLT16_DIG__"
|
||||||
|
"__FLT16_MIN_EXP__"
|
||||||
|
"__FLT16_MAX_10_EXP__"
|
||||||
|
"__FLT16_DECIMAL_DIG__"
|
||||||
|
"__FLT16_DENORM_MIN__"
|
||||||
|
"__FLT16_MIN_10_EXP__"
|
||||||
|
"__FLT16_IS_IEC_60559__"
|
||||||
|
"__FLT16_MAX_EXP__"
|
||||||
|
"__FLT16_EPSILON__"
|
||||||
|
"__FLT16_NORM_MAX__"
|
||||||
|
"__FLT16_MAX__"
|
||||||
|
"__FLT16_HAS_INFINITY__"
|
||||||
|
"__FLT16_MANT_DIG__"
|
||||||
|
"__FLT16_MIN__"
|
||||||
|
"__FLT16_HAS_DENORM__"))
|
||||||
|
|
||||||
(defconst cosmo-cpp-constants-cosmopolitan
|
(defconst cosmo-cpp-constants-cosmopolitan
|
||||||
'("__SAUCE__"
|
'("__SAUCE__"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue