aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorJoshua Batista <jbatista@microsoft.com>2023-03-02 16:21:01 -0800
committerJoshua Batista <jbatista@microsoft.com>2023-03-03 09:31:50 -0800
commit7ac0551e77f4adab18f3ac6ae428d4c09f9b6c49 (patch)
tree5f4fd2791df21bc295624eed2687c05089b595ac /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent34d6a6e23a6d8d78c86fad06bc219107ce6b5780 (diff)
downloadllvm-7ac0551e77f4adab18f3ac6ae428d4c09f9b6c49.zip
llvm-7ac0551e77f4adab18f3ac6ae428d4c09f9b6c49.tar.gz
llvm-7ac0551e77f4adab18f3ac6ae428d4c09f9b6c49.tar.bz2
[HLSL] add max/min library functions
This change exposes the max and min library functions for HLSL, excluding long, and long long doubles. The max / min functions are supported for all scalar, vector, and matrix types. Long and long long double support is missing in this patch because those types don't exist in HLSL. The full documentation of the HLSL max / min functions are available here: https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-max https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-min Reviewed By: python3kgae Differential Revision: https://reviews.llvm.org/D144309
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions