Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions druntime/src/importc.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ typedef unsigned long long __uint64_t;
typedef struct {} __SVBool_t;
typedef struct {} __SVFloat32_t;
typedef struct {} __SVFloat64_t;
typedef float __Float32x4_t __attribute__((vector_size(16)));
typedef double __Float64x2_t __attribute__((vector_size(16)));
#endif

#endif // __linux__
Expand Down
Loading