Skip to content

Commit 9c186c8

Browse files
Update TargetBuiltins.h
1 parent b65c5bf commit 9c186c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/TargetBuiltins.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ namespace clang {
220220
switch (getEltType()) {
221221
case Int8:
222222
case Poly8:
223-
return 16;
223+
return 8;
224224
case Int16:
225225
case Float16:
226226
case Poly16:

0 commit comments

Comments
 (0)