Adding perf tests for the single precision math functions in System.MathF.
authorTanner Gooding <tagoo@outlook.com>
Sun, 5 Feb 2017 21:41:37 +0000 (13:41 -0800)
committerTanner Gooding <tagoo@microsoft.com>
Tue, 16 May 2017 18:33:14 +0000 (11:33 -0700)
commit4807b9fc40a8d5644df9dd15e0f43bd307fab395
tree486eaa5053af37e28d0781f57759fb24dfbac2e0
parentf2913a39793be26a5bb598582c41790593a5e5f8
Adding perf tests for the single precision math functions in System.MathF.
20 files changed:
tests/src/JIT/Performance/CodeQuality/Math/Functions/Functions.cs
tests/src/JIT/Performance/CodeQuality/Math/Functions/Functions.csproj
tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/AcosSingle.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/AsinSingle.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/Atan2Single.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/AtanSingle.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/CeilingSingle.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/CosSingle.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/CoshSingle.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/ExpSingle.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/FloorSingle.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/Log10Single.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/LogSingle.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/PowSingle.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/RoundSingle.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/SinSingle.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/SinhSingle.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/SqrtSingle.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/TanSingle.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/TanhSingle.cs [new file with mode: 0644]