| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[HLSL] implement the any intrinsic (#83903) This PR implements the frontend for #70076 This PR is part 1 of 2. Part 2 requires an intrinsic to instructions lowering. - Builtins.td - add an any builtin - CGBuiltin.cpp add the builtin to intrinsic lowering - hlsl_basic_types.h -add the bool vectors since that is an input for any - hlsl_intrinsics.h - add the any api - SemaChecking.cpp - addy any builtin checking - IntrinsicsDirectX.td - add the llvm intrinsic | 2 年前 | |
[HLSL][clang] Add elementwise builtins for trig intrinsics (#95999) This change is part of this proposal: https://discourse.llvm.org/t/rfc-all-the-math-intrinsics/78294 This is part 3 of 4 PRs. It sets the ground work for using the intrinsics in HLSL. Add HLSL frontend apis for acos, asin, atan, cosh, sinh, and tanh https://github.com/llvm/llvm-project/issues/70079 https://github.com/llvm/llvm-project/issues/70080 https://github.com/llvm/llvm-project/issues/70081 https://github.com/llvm/llvm-project/issues/70083 https://github.com/llvm/llvm-project/issues/70084 https://github.com/llvm/llvm-project/issues/95966 | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 1 年前 |