Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Issue 757503002: [x64] Introduce FMA3 instructions on scalar data elements. (Closed)

Created:
6 years, 1 month ago by Weiliang
Modified:
6 years ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

[x64] Introduce FMA3 instructions on scalar data elements. R=bmeurer@chromium.org Committed: https://chromium.googlesource.com/v8/v8/+/83a635e0d70f144300ea83be0d7effc1eb1bf6ef

Patch Set 1 #

Patch Set 2 : add disassembler support #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : remove avx_os_support #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1188 lines, -109 lines) Patch
M src/base/cpu.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/base/cpu.cc View 1 2 3 2 chunks +31 lines, -26 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/globals.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.h View 3 chunks +170 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 3 chunks +187 lines, -2 lines 0 comments Download
M src/x64/disasm-x64.cc View 1 11 chunks +262 lines, -80 lines 0 comments Download
M test/cctest/test-assembler-x64.cc View 1 2 1 chunk +450 lines, -0 lines 0 comments Download
M test/cctest/test-disasm-x64.cc View 1 4 chunks +80 lines, -1 line 0 comments Download

Messages

Total messages: 10 (5 generated)
Weiliang
PTAL
6 years ago (2014-11-25 14:41:27 UTC) #6
Benedikt Meurer
We only need AVX 128bit support for now, so we don't really care whether the ...
6 years ago (2014-11-25 17:32:42 UTC) #7
Weiliang
On 2014/11/25 17:32:42, Benedikt Meurer wrote: > We only need AVX 128bit support for now, ...
6 years ago (2014-11-26 03:43:36 UTC) #8
Benedikt Meurer
Thanks, LGTM. Can you port those changes to ia32 as well?
6 years ago (2014-11-26 05:14:43 UTC) #9
Benedikt Meurer
6 years ago (2014-11-26 05:32:01 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:140001) manually as
83a635e0d70f144300ea83be0d7effc1eb1bf6ef (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698