mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-02 02:32:27 +00:00
Release Cosmopolitan v3.6.0
This release is an atomic upgrade to GCC 14.1.0 with C23 and C++23
This commit is contained in:
parent
62ace3623a
commit
5660ec4741
1585 changed files with 117353 additions and 271644 deletions
70
third_party/libcxx/fenv.h
vendored
70
third_party/libcxx/fenv.h
vendored
|
@ -10,7 +10,6 @@
|
|||
#ifndef _LIBCPP_FENV_H
|
||||
#define _LIBCPP_FENV_H
|
||||
|
||||
|
||||
/*
|
||||
fenv.h synopsis
|
||||
|
||||
|
@ -64,52 +63,49 @@ int feupdateenv(const fenv_t* envp);
|
|||
|
||||
extern "C++" {
|
||||
|
||||
#ifdef feclearexcept
|
||||
#undef feclearexcept
|
||||
#endif
|
||||
# ifdef feclearexcept
|
||||
# undef feclearexcept
|
||||
# endif
|
||||
|
||||
#ifdef fegetexceptflag
|
||||
#undef fegetexceptflag
|
||||
#endif
|
||||
# ifdef fegetexceptflag
|
||||
# undef fegetexceptflag
|
||||
# endif
|
||||
|
||||
# ifdef feraiseexcept
|
||||
# undef feraiseexcept
|
||||
# endif
|
||||
|
||||
#ifdef feraiseexcept
|
||||
#undef feraiseexcept
|
||||
#endif
|
||||
# ifdef fesetexceptflag
|
||||
# undef fesetexceptflag
|
||||
# endif
|
||||
|
||||
#ifdef fesetexceptflag
|
||||
#undef fesetexceptflag
|
||||
#endif
|
||||
# ifdef fetestexcept
|
||||
# undef fetestexcept
|
||||
# endif
|
||||
|
||||
# ifdef fegetround
|
||||
# undef fegetround
|
||||
# endif
|
||||
|
||||
#ifdef fetestexcept
|
||||
#undef fetestexcept
|
||||
#endif
|
||||
# ifdef fesetround
|
||||
# undef fesetround
|
||||
# endif
|
||||
|
||||
#ifdef fegetround
|
||||
#undef fegetround
|
||||
#endif
|
||||
# ifdef fegetenv
|
||||
# undef fegetenv
|
||||
# endif
|
||||
|
||||
#ifdef fesetround
|
||||
#undef fesetround
|
||||
#endif
|
||||
# ifdef feholdexcept
|
||||
# undef feholdexcept
|
||||
# endif
|
||||
|
||||
#ifdef fegetenv
|
||||
#undef fegetenv
|
||||
#endif
|
||||
# ifdef fesetenv
|
||||
# undef fesetenv
|
||||
# endif
|
||||
|
||||
#ifdef feholdexcept
|
||||
#undef feholdexcept
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef fesetenv
|
||||
#undef fesetenv
|
||||
#endif
|
||||
|
||||
#ifdef feupdateenv
|
||||
#undef feupdateenv
|
||||
#endif
|
||||
# ifdef feupdateenv
|
||||
# undef feupdateenv
|
||||
# endif
|
||||
|
||||
} // extern "C++"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue