Implement the InterlockedCompareStoreFloatBitwise
HLSL Function
#99202
Labels
backend:DirectX
bot:HLSL
HLSL
HLSL Language Support
metabug
Issue to collect references to a group of similar or related issues.
InterlockedCompareStoreFloatBitwise
clang builtin,InterlockedCompareStoreFloatBitwise
clang builtin withhlsl_intrinsics.h
InterlockedCompareStoreFloatBitwise
toCheckHLSLBuiltinFunctionCall
inSemaChecking.cpp
InterlockedCompareStoreFloatBitwise
toEmitHLSLBuiltinExpr
inCGBuiltin.cpp
clang/test/CodeGenHLSL/builtins/InterlockedCompareStoreFloatBitwise.hlsl
clang/test/SemaHLSL/BuiltIns/InterlockedCompareStoreFloatBitwise-errors.hlsl
int_dx_InterlockedCompareStoreFloatBitwise
intrinsic inIntrinsicsDirectX.td
DXILOpMapping
ofint_dx_InterlockedCompareStoreFloatBitwise
to79
inDXIL.td
InterlockedCompareStoreFloatBitwise.ll
andInterlockedCompareStoreFloatBitwise_errors.ll
tests inllvm/test/CodeGen/DirectX/
DirectX
SPIR-V
There is no support for
InterlockedCompareStoreFloatBitwise
when targeting SPIR-V.Test Case(s)
Example 1
HLSL:
Syntax
void InterlockedCompareStoreFloatBitwise(float32_only result, float compare, float value);
void InterlockedCompareStoreFloatBitwise(uint byteOffest, float compare, float value);
Type Description
Type Description
Minimum Shader Model
This function is supported in the following shader models.
Shader Stages
See also
The text was updated successfully, but these errors were encountered: