[PATCH] D153339: [clang] Support vectors in __builtin_isfpclass

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 29 07:27:28 PDT 2023


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

Changes LGTM, but should come with a release note.



================
Comment at: clang/docs/LanguageExtensions.rst:3543-3544
 the floating-point value, specified by the first argument, falls into any of data
-classes, specified by the second argument. The later is a bitmask, in which each
-data class is represented by a bit using the encoding:
+classes, specified by the second argument. The latter is an integer constant
+expression, that is a bitmask, in which each data class is represented by a bit
+using the encoding:
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153339/new/

https://reviews.llvm.org/D153339



More information about the cfe-commits mailing list