-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
148 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq | ||
|
||
static __fp16 global; | ||
|
||
struct Test__Float16 | ||
{ | ||
__fp16 f; | ||
}; | ||
|
||
struct Test__Float16Ref | ||
{ | ||
__fp16 *f; | ||
}; | ||
|
||
/* | ||
// This options are currently supported only on specific targets (eg. x86 with sse2) | ||
_Float16 returns_f16(); | ||
void gets_f16(_Float16 arg); | ||
struct Test__Float16_Complex | ||
{ | ||
_Float16 _Complex mMember; | ||
}; | ||
struct Test__Float16_ComplexPtr | ||
{ | ||
_Float16 _Complex *mMember; | ||
}; | ||
_Float16 _Complex globalValueHalf; | ||
_Float16 _Complex returns_f16_complex(); | ||
void gets_f16_complex(_Float16 _Complex arg); | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters