Skip to content

Commit

Permalink
[AIE] Repair a garbled identifier name in the intrinsic headers.
Browse files Browse the repository at this point in the history
Fixes #174
  • Loading branch information
Martien de Jong committed Jan 31, 2025
1 parent 01202c2 commit 65f05bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clang/lib/Headers/aiev2_vmult.h
Original file line number Diff line number Diff line change
Expand Up @@ -23412,9 +23412,9 @@ msc_4x16_16x4_conf(v64bfloat16 a, v64bfloat16_sparse b, v16accfloat acc1,
a, b.data, b.mask, acc1, conf);
}
INTRINSIC(v16accfloat)
addmac_²4_conf(v64bfloat16 a, v64bfloat16_sparse b, v16accfloat acc1,
v16accfloat acc2, int zero_acc1, int sub_mul, int sub_acc1,
int sub_acc2) {
addmac_4x16_16x4_conf(v64bfloat16 a, v64bfloat16_sparse b, v16accfloat acc1,
v16accfloat acc2, int zero_acc1, int sub_mul,
int sub_acc1, int sub_acc2) {
int conf = aiev2_compute_control(0, 0, 2, 3, 2, zero_acc1, 0, sub_mul,
sub_acc1, sub_acc2, 0);
return __builtin_aiev2_I1024_I1024_ACC1024_ACC1024_accfloat_bf_addmac_conf(
Expand Down

0 comments on commit 65f05bd

Please sign in to comment.