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