Update Emacs config

This commit is contained in:
Justine Tunney 2024-03-22 19:27:11 -07:00
parent 40b7da8422
commit 0c12c26e1d
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
3 changed files with 26 additions and 4 deletions

View file

@ -19,11 +19,9 @@
#include "libc/macros.internal.h"
#include "libc/mem/gc.h"
#include "libc/mem/mem.h"
#include "libc/nexgen32e/nexgen32e.h"
#include "libc/runtime/runtime.h"
#include "libc/runtime/sysconf.h"
#include "libc/stdio/rand.h"
#include "libc/stdio/stdio.h"
#include "libc/str/str.h"
#include "libc/sysv/consts/map.h"
#include "libc/sysv/consts/prot.h"

View file

@ -191,7 +191,14 @@
"__is_same"))
(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_CXX_START_"

View file

@ -16,6 +16,7 @@
"__GNUC_PATCHLEVEL__"
"__GNUC__"
"__APPLE__"
"__linux__"
"__HAIKU__"
"__CYGWIN__"
"__EMSCRIPTEN__"
@ -187,7 +188,23 @@
"_GNU_SOURCE"
"_BSD_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
'("__SAUCE__"