Remove stale comments
Bug: v8:8425 Change-Id: I4c883726daee1ab244e4bc2ce202cacf9bd3d50c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1726400 Auto-Submit: Zhi An Ng <zhin@chromium.org> Reviewed-by: Deepti Gandluri <gdeepti@chromium.org> Commit-Queue: Zhi An Ng <zhin@chromium.org> Cr-Commit-Position: refs/heads/master@{#63016}
This commit is contained in:
parent
ba4ec5a6a6
commit
c81dd313da
@ -653,11 +653,9 @@ WASM_SIMD_TEST(F32x4Sub) {
|
||||
WASM_SIMD_TEST(F32x4Mul) {
|
||||
RunF32x4BinOpTest(execution_tier, lower_simd, kExprF32x4Mul, Mul);
|
||||
}
|
||||
// v8:8425 tracks this test being enabled in the interpreter.
|
||||
WASM_SIMD_TEST(F32x4Min) {
|
||||
RunF32x4BinOpTest(execution_tier, lower_simd, kExprF32x4Min, JSMin);
|
||||
}
|
||||
// v8:8425 tracks this test being enabled in the interpreter.
|
||||
WASM_SIMD_TEST(F32x4Max) {
|
||||
RunF32x4BinOpTest(execution_tier, lower_simd, kExprF32x4Max, JSMax);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user