Files
clang-p2996/clang/test/Sema/arm-bfloat.cpp
Jun Sha (Joshua) 62a251f824 [Clang][BFloat16] Upgrade __bf16 by supporting increment/decrement operations
Since __bf16 has been upgraded from a storage-only type to an arithmetic type in https://reviews.llvm.org/rGe62175736551abf40a3410bc246f58e650eb8158, it should support all the basic arithmetic operations like other float types, including increment and decrement.

Reviewed By: pengfei

Differential Revision: https://reviews.llvm.org/D152768
2023-07-28 16:21:24 +08:00

1.4 KiB