================
@@ -0,0 +1,29 @@
+==============
+RISC-V Support
+==============
+
+.. contents::
+   :local:
+
+Intrinsic Detection Macros
+===========================
+
+Clang provides macros to detect which RISC-V intrinsics are supported by the
+toolchain.
+Note: This is independent from assembler support.
+
+Scalar/Vector Intrinsic Detection
+---------------------------
+
+Macros of the form ``__riscv_intrinsic_<extension>`` indicate that the
+toolchain supports scalar/vector built-in functions for a given extension:
----------------
4vtomat wrote:

Agree with you!

https://github.com/llvm/llvm-project/pull/187197
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to