Rename gen_gather() macro to gen_gather_factored()

This commit is contained in:
Matt Pharr
2012-07-13 12:20:42 -07:00
parent daf5aa8e8b
commit 984a68c3a9
10 changed files with 55 additions and 55 deletions

View File

@@ -3472,7 +3472,7 @@ pl_done:
;; $1: scalar type for which to generate functions to do gathers
; vec width, type
define(`gen_gather', `
define(`gen_gather_factored', `
;; Define the utility function to do the gather operation for a single element
;; of the type
define <WIDTH x $1> @__gather_elt32_$1(i8 * %ptr, <WIDTH x i32> %offsets, i32 %offset_scale,