[clang] [CLANG][AArch64] Add the modal 8 bit floating-point scalar type (PR #97277)
Paul Walker via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 10 10:26:33 PDT 2024
================
@@ -476,7 +476,6 @@ llvm::Type *CodeGenTypes::ConvertType(QualType T) {
Context.getFloatTypeSemantics(T),
/* UseNativeHalf = */ false);
break;
-
----------------
paulwalker-arm wrote:
Unnecessary whitespace change.
https://github.com/llvm/llvm-project/pull/97277
More information about the cfe-commits
mailing list