Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Rename shuffle and swizzle to i8x16 prefix #321

Merged
merged 1 commit into from
Sep 8, 2020

Conversation

ngzhian
Copy link
Member

@ngzhian ngzhian commented Aug 24, 2020

v8x16.shuffle and v8x16.swizzle is now i8x16.shuffle and i8x16.swizzle
respectively.

Fixed #316.

@ngzhian
Copy link
Member Author

ngzhian commented Aug 25, 2020

Will hold merging until after next sync (see #323).

v8x16.shuffle and v8x16.swizzle is now i8x16.shuffle and i8x16.swizzle
respectively.

Fixed WebAssembly#316.
@ngzhian
Copy link
Member Author

ngzhian commented Sep 8, 2020

Poll to rename passed, see WebAssembly SIMD Sync 9/04/2020 section titled "2. Instruction renaming", merging.

@ngzhian ngzhian merged commit 13da962 into WebAssembly:master Sep 8, 2020
@ngzhian ngzhian deleted the i8x16shuffle-swizzle branch September 8, 2020 17:44
pull bot pushed a commit to Alan-love/v8 that referenced this pull request Sep 25, 2020
These instructions were changed from "s8x16" to "i8x16" prefixes in
WebAssembly/simd#321.

This CL updates all V8 code, including arch-specific code, to match.

Bug: v8:10946, v8:10933
Change-Id: I26ef9ad77571f94501d42c1d65f57380fd507f3d
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2432068
Reviewed-by: Zhi An Ng <[email protected]>
Commit-Queue: Adam Klein <[email protected]>
Cr-Commit-Position: refs/heads/master@{#70143}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Small rename of shuffle and swizzle
2 participants