mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-02 02:32:27 +00:00
Fix compiler runtime for _Float16 type
This commit is contained in:
parent
0ef36489c8
commit
64a9e6fe56
14 changed files with 797 additions and 53 deletions
2
third_party/compiler_rt/int_lib.h
vendored
2
third_party/compiler_rt/int_lib.h
vendored
|
@ -46,10 +46,12 @@
|
|||
|
||||
#ifdef _MSC_VER
|
||||
#define ALWAYS_INLINE __forceinline
|
||||
#define NOINLINE __declspec(noinline)
|
||||
#define NORETURN __declspec(noreturn)
|
||||
#define UNUSED
|
||||
#else
|
||||
#define ALWAYS_INLINE __attribute__((__always_inline__))
|
||||
#define NOINLINE __attribute__((__noinline__))
|
||||
#define NORETURN __attribute__((__noreturn__))
|
||||
#define UNUSED __attribute__((__unused__))
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue