https://github.com/llvm-beanz closed
https://github.com/llvm/llvm-project/pull/78635
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -570,7 +716,13 @@ double4 sin(double4);
//===--===//
// sqrt builtins
//===--===//
+
+/// \fn T sqrt(T Val)
+/// \brief Returns the squar
@@ -570,7 +716,13 @@ double4 sin(double4);
//===--===//
// sqrt builtins
//===--===//
+
+/// \fn T sqrt(T Val)
+/// \brief Returns the squar
https://github.com/bob80905 approved this pull request.
https://github.com/llvm/llvm-project/pull/78635
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/bob80905 edited
https://github.com/llvm/llvm-project/pull/78635
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvm-beanz wrote:
@farzonl I like that idea, but I think there's a lot more work to do in order
to get proper HLSL documentation coming out here.
For these files should get processed as part of Clang's normal doxygen build,
so they should get pulled in with the other clang API docs.
https://g
farzonl wrote:
It might be worth adding a .dox file something like this:
```
/*!
\mainpage HLSL Overview
\tableofcontents
\section hlsl-introduction Introduction to HLSL
- \ref hlsl_basic_types.h defines hlsl types
-\ref - hlsl_intrinsics
https://github.com/bogner approved this pull request.
https://github.com/llvm/llvm-project/pull/78635
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Chris B (llvm-beanz)
Changes
This change adds SM 6.2 availability annotation to 16-bit APIs (16-bit types
require SM 6.2), and adds Doxygen API documentation.
---
Full diff: https://github.com/llvm/llvm-project/pull/78635.diff
2 Files A
https://github.com/llvm-beanz created
https://github.com/llvm/llvm-project/pull/78635
This change adds SM 6.2 availability annotation to 16-bit APIs (16-bit types
require SM 6.2), and adds Doxygen API documentation.
>From 0e4a6081b17da6474b931dcf9250b001b95e23ff Mon Sep 17 00:00:00 2001
From:
10 matches
Mail list logo