From 6806a61a268cae27a0d586e85c7f25a7f073e8c8 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 2 Feb 2022 16:59:02 +0000 Subject: [PATCH] Roll SwiftShader from 4998c7b3a2b8 to 75d79f219033 (5 revisions) https://swiftshader.googlesource.com/SwiftShader.git/+log/4998c7b3a2b8..75d79f219033 2022-02-02 capn@google.com Implement FMA() which always returns a fused multiply-add result 2022-02-02 capn@google.com Add a query for fast FMA support 2022-02-02 capn@google.com Add AVX2 and FMA support detection 2022-02-02 capn@google.com Support issuing extended CPUID instructions 2022-02-02 capn@google.com Remove legacy vector extension detection If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-dawn-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To file a bug in SwiftShader: https://bugs.chromium.org/p/swiftshader/issues/entry To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Bug: None Tbr: cwallez@google.com Change-Id: Ie7ad60b251a86df38d3dc2e6652e7b2096bdc7c5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/78900 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index d6fac4aba9..4c5b691aba 100644 --- a/DEPS +++ b/DEPS @@ -133,7 +133,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@4998c7b3a2b8388dbc4338bb84f3a40d8fef533a', + 'url': '{swiftshader_git}/SwiftShader@75d79f219033459c749f203557656d31fceff6b1', 'condition': 'dawn_standalone', },