Skip to content

Commit

Permalink
fixup! [AIE2] Add type stubs and intrinsics declarations that are not…
Browse files Browse the repository at this point in the history
… supported yet
  • Loading branch information
konstantinschwarz committed Sep 11, 2024
1 parent 0f7a780 commit ded6c50
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion clang/lib/Headers/aiev2_aie_api_compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,16 @@ struct v8cfloat {
};
struct v16cfloat {};

struct cbfloat16 {};
struct cbfloat16 {
bfloat16 real;
bfloat16 imag;
};
struct v2cbfloat16 {};
struct v4cbfloat16 {};
struct v8cbfloat16 {};
struct v16cbfloat16 {
v16cbfloat16(v16cint16);
operator v16cint16();
};
struct v32cbfloat16 {};

Expand Down

0 comments on commit ded6c50

Please sign in to comment.