index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
prelude
/
slang-cpp-scalar-intrinsics.h
Age
Commit message (
Expand
)
Author
2025-08-12
Enable CUDA testing for batch 2 (#8147)
jarcherNV
2025-07-29
Fix CUDA backend missing U32_firstbitlow implementation (#7921)
Copilot
2025-05-05
Add countbits 16-bit and 8-bit support (#6433) (#6897)
sricker-nvidia
2025-04-19
Implement 64bit countbits intrinsic (#6433) (#6845)
sricker-nvidia
2025-01-24
Add intptr_t abs/min/max operations for CPU & CUDA targets (#6160)
Julius Ikkala
2024-10-29
format
Ellie Hermaszewska
2024-10-28
Replace the word stdlib or standard-library with core-module for source code ...
Jay Kwak
2024-07-05
Correct type for double log10 (#4550)
Ellie Hermaszewska
2024-03-08
Improve cpp prelude. (#3725)
Yong He
2023-10-26
Make the exponent return value from frexp int (#3284)
Ellie Hermaszewska
2023-02-16
Overhaul global inst deduplication and cpp/cuda backend. (#2654)
Yong He
2022-11-09
f32tof16 and f16tof32 support for CPU targets (#2500)
jsmall-nvidia
2021-09-10
First Slang LLVM integration (#1934)
jsmall-nvidia
2020-09-24
Enable default cpp prelude. (#1560)
Yong He
2020-07-24
`InterlockedAdd` CPU intrinsic implementation. (#1455)
Yong He
2020-07-03
Emit pointers for CPU target. (#1418)
Yong He
2020-06-18
Try using cmath or math.h depending on compiler to avoid issues around isinf ...
jsmall-nvidia
2020-06-18
#include <cmath>
jsmall-nvidia
2020-06-18
* Fix warnings from prelude
jsmall-nvidia
2020-03-11
Clean-ups related to expanded standard library coverage (#1269)
Tim Foley
2020-02-12
Support for isinf/isfinite/isnan/ldexp (#1219)
jsmall-nvidia
2020-01-31
64 bit types doc (#1194)
jsmall-nvidia
2020-01-22
WIP HLSL intrinsic coverage (#1171)
jsmall-nvidia
2020-01-21
HLSL intrinsic coverage (#1169)
jsmall-nvidia
2020-01-21
CUDA support improvements (#1168)
jsmall-nvidia
2019-12-05
Remove use of calcSafeRadians on sin/cos in C++ prelude. (#1145)
jsmall-nvidia
2019-12-02
Fix bug in calcSafeRadians. (#1138)
jsmall-nvidia
2019-09-18
Clean up some behavior of operator% (#1060)
Tim Foley
2019-08-26
Hotfix/cpu asdouble (#1032)
jsmall-nvidia
2019-08-22
WIP: CPU compute coverage (#1030)
jsmall-nvidia
2019-08-20
User defined downstream compiler prelude (#1028)
jsmall-nvidia