[PATCH] D139742: [HLSL] Add acos library function

Joshua Batista via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 9 14:22:32 PST 2022


bob80905 created this revision.
bob80905 added reviewers: beanz, python3kgae.
Herald added a subscriber: Anastasia.
Herald added a project: All.
bob80905 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139742

Files:
  clang/lib/Headers/hlsl/hlsl_intrinsics.h


Index: clang/lib/Headers/hlsl/hlsl_intrinsics.h
===================================================================
--- clang/lib/Headers/hlsl/hlsl_intrinsics.h
+++ clang/lib/Headers/hlsl/hlsl_intrinsics.h
@@ -221,5 +221,3 @@
 
 } // namespace hlsl
 #endif //_HLSL_HLSL_INTRINSICS_H_
-
-


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139742.481746.patch
Type: text/x-patch
Size: 288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221209/72c06bfb/attachment-0001.bin>


More information about the cfe-commits mailing list