v8/test
Deepti Gandluri a0b25ebd75 [wasm-relaxed-simd] Prototype relaxed min/max for ARM
Prototype F32x4Relaxed(Min/Max) and F64x2Relaxed(Min/Max)
operations for ARM. F32x4 variants map directly to vmin/vmax
hardware instructions which are also used for F32x4(Min/Max)
operations. The F64x2 variants are mapped in this implementation
to Pmin/Pmax instructions as detailed in the github issue.
https://github.com/WebAssembly/relaxed-simd/issues/33

Bug: v8:12284
Change-Id: I5ea939385fa0ae97bbdf776fc0b763cabb1b293c
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3501347
Reviewed-by: Adam Klein <adamk@chromium.org>
Commit-Queue: Deepti Gandluri <gdeepti@chromium.org>
Cr-Commit-Position: refs/heads/main@{#79355}
2022-03-03 22:37:19 +00:00
..
benchmarks [tests] Skip slow tests on certain configurations 2022-01-31 13:52:22 +00:00
bigint [bigint][test] Better random input generation 2021-09-08 15:39:27 +00:00
cctest [wasm-relaxed-simd] Prototype relaxed min/max for ARM 2022-03-03 22:37:19 +00:00
common [wasm-gc] Merge anyref and externref 2022-03-01 22:12:59 +00:00
debugger Revert "[turbofan] Making OSR concurrent" 2022-02-21 14:02:43 +00:00
debugging [d8][mjsunit][tools] Improve d8 file API 2021-06-01 13:37:57 +00:00
fuzzer [wasm-gc] Merge anyref and externref 2022-03-01 22:12:59 +00:00
fuzzilli
inspector [maglev] Initial Maglev commit 2022-02-24 09:50:50 +00:00
intl [intl] Part 2 of NumberFormat v3 2022-02-18 08:47:59 +00:00
js-perf-test [js-perf-test] Properly create packed arrays in Array tests 2022-02-09 07:31:21 +00:00
memory [snapshot] Fix the Memory.json benchmark 2021-04-28 07:54:34 +00:00
message S390[liftoff]: enable liftoff simd tests 2022-02-28 13:43:48 +00:00
mjsunit [rab/gsab] RAB/GSAB support in TA.p.subarray 2022-03-03 15:05:15 +00:00
mkgrokdump [heap] Add flag for disabling map space 2022-02-18 09:03:07 +00:00
mozilla [test] skip mozilla/ecma/Array/15.4.4.5-3 (flaky) 2022-02-24 09:23:01 +00:00
test262 [ShadowRealm] ShadowRealm.prototype.evaluate and WrappedFunction 2022-02-25 19:16:17 +00:00
torque Reland "Reland "[Torque] Generalize Torque literals to larger size"" 2022-02-04 09:40:24 +00:00
unittests [heap] V8_OS_MACOSX -> V8_OS_MACOS 2022-03-03 11:09:52 +00:00
wasm-api-tests [wasm-gc] Merge anyref and externref 2022-03-01 22:12:59 +00:00
wasm-js [wasm] Update spec tests 2022-02-10 13:15:08 +00:00
wasm-spec-tests [wasm] Update spec tests 2022-02-10 13:15:08 +00:00
webkit [test] Disable failing MSVC test 2021-12-01 15:51:59 +00:00
BUILD.gn Reland^2 "[bigint] Karatsuba multiplication" 2021-06-07 11:01:14 +00:00
OWNERS