Faster Math.Max/Min on arm64 (#65584)
authorEgor Bogatov <egorbo@gmail.com>
Sat, 19 Feb 2022 23:51:48 +0000 (02:51 +0300)
committerGitHub <noreply@github.com>
Sat, 19 Feb 2022 23:51:48 +0000 (02:51 +0300)
commit7345109fc3f4726611cd02ec3e522f4bc42f3a16
tree2df7a0eed9cddb8f2fdaf2d5e9fe292017c2935c
parent79d478ae01d9a3e7548bf41a76d047158ed8a62b
Faster Math.Max/Min on arm64 (#65584)

Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>
Co-authored-by: Tanner Gooding <tagoo@outlook.com>
12 files changed:
src/coreclr/jit/codegenarmarch.cpp
src/coreclr/jit/fgdiagnostic.cpp
src/coreclr/jit/gentree.cpp
src/coreclr/jit/gentree.h
src/coreclr/jit/importer.cpp
src/coreclr/jit/lsraarm64.cpp
src/coreclr/jit/namedintrinsiclist.h
src/coreclr/jit/utils.cpp
src/coreclr/jit/utils.h
src/coreclr/jit/valuenum.cpp
src/coreclr/jit/valuenumfuncs.h
src/libraries/System.Private.CoreLib/src/System/Math.cs