summaryrefslogtreecommitdiffstats
path: root/prelude/slang-cpp-scalar-intrinsics.h
Commit message (Expand)AuthorAge
* Enable CUDA testing for batch 2 (#8147)jarcherNV2025-08-12
* Fix CUDA backend missing U32_firstbitlow implementation (#7921)Copilot2025-07-29
* Add countbits 16-bit and 8-bit support (#6433) (#6897)sricker-nvidia2025-05-05
* Implement 64bit countbits intrinsic (#6433) (#6845)sricker-nvidia2025-04-19
* Add intptr_t abs/min/max operations for CPU & CUDA targets (#6160)Julius Ikkala2025-01-24
* formatEllie Hermaszewska2024-10-29
* Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak2024-10-28
* Correct type for double log10 (#4550)Ellie Hermaszewska2024-07-05
* Improve cpp prelude. (#3725)Yong He2024-03-08
* Make the exponent return value from frexp int (#3284)Ellie Hermaszewska2023-10-26
* Overhaul global inst deduplication and cpp/cuda backend. (#2654)Yong He2023-02-16
* f32tof16 and f16tof32 support for CPU targets (#2500)jsmall-nvidia2022-11-09
* First Slang LLVM integration (#1934)jsmall-nvidia2021-09-10
* Enable default cpp prelude. (#1560)Yong He2020-09-24
* `InterlockedAdd` CPU intrinsic implementation. (#1455)Yong He2020-07-24
* Emit pointers for CPU target. (#1418)Yong He2020-07-03
* Try using cmath or math.h depending on compiler to avoid issues around isinf ...jsmall-nvidia2020-06-18
* #include <cmath>jsmall-nvidia2020-06-18
* * Fix warnings from preludejsmall-nvidia2020-06-18
* Clean-ups related to expanded standard library coverage (#1269)Tim Foley2020-03-11
* Support for isinf/isfinite/isnan/ldexp (#1219)jsmall-nvidia2020-02-12
* 64 bit types doc (#1194)jsmall-nvidia2020-01-31
* WIP HLSL intrinsic coverage (#1171)jsmall-nvidia2020-01-22
* HLSL intrinsic coverage (#1169)jsmall-nvidia2020-01-21
* CUDA support improvements (#1168)jsmall-nvidia2020-01-21
* Remove use of calcSafeRadians on sin/cos in C++ prelude. (#1145)jsmall-nvidia2019-12-05
* Fix bug in calcSafeRadians. (#1138)jsmall-nvidia2019-12-02
* Clean up some behavior of operator% (#1060)Tim Foley2019-09-18
* Hotfix/cpu asdouble (#1032)jsmall-nvidia2019-08-26
* WIP: CPU compute coverage (#1030)jsmall-nvidia2019-08-22
* User defined downstream compiler prelude (#1028)jsmall-nvidia2019-08-20