Skip to content

Commit

Permalink
fix dlang#20516 ImportC undefined identifier _Float16 (dlang#20699)
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright authored Jan 14, 2025
1 parent b2c4f89 commit d6f693b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions druntime/src/importc.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ typedef unsigned long long __uint64_t;
#define __PRETTY_FUNCTION__ __func__

#ifndef __aarch64__
#define _Float16 float
#define _Float32 float
#define _Float32x double
#define _Float64 double
Expand Down

0 comments on commit d6f693b

Please sign in to comment.