[all-commits] [llvm/llvm-project] 95fac2: [WebAssembly] Rename SIMD min/max/avgr intrinsics ...
Thomas Lively via All-commits
all-commits at lists.llvm.org
Wed Apr 1 09:46:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 95fac2e46b73c67495dbdb43ef178d33281c05ec
https://github.com/llvm/llvm-project/commit/95fac2e46b73c67495dbdb43ef178d33281c05ec
Author: Thomas Lively <tlively at google.com>
Date: 2020-04-01 (Wed, 01 Apr 2020)
Changed paths:
M clang/lib/Headers/wasm_simd128.h
Log Message:
-----------
[WebAssembly] Rename SIMD min/max/avgr intrinsics for consistency
Summary:
The convention for the wasm_simd128.h intrinsics is to have the
integer sign in the lane interpretation rather than as a suffix. This
PR changes the names of the integer min, max, and avgr intrinsics to
match this convention.
Reviewers: aheejin
Subscribers: dschuff, sbc100, jgravelle-google, sunfish, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D77185
More information about the All-commits
mailing list