Rename gen_gather() macro to gen_gather_factored()
This commit is contained in:
12
builtins/target-generic-1.ll
Executable file → Normal file
12
builtins/target-generic-1.ll
Executable file → Normal file
@@ -34,12 +34,12 @@ masked_load(double, 8)
|
||||
|
||||
; define these with the macros from stdlib.m4
|
||||
|
||||
gen_gather(i8)
|
||||
gen_gather(i16)
|
||||
gen_gather(i32)
|
||||
gen_gather(float)
|
||||
gen_gather(i64)
|
||||
gen_gather(double)
|
||||
gen_gather_factored(i8)
|
||||
gen_gather_factored(i16)
|
||||
gen_gather_factored(i32)
|
||||
gen_gather_factored(float)
|
||||
gen_gather_factored(i64)
|
||||
gen_gather_factored(double)
|
||||
|
||||
gen_scatter(i8)
|
||||
gen_scatter(i16)
|
||||
|
||||
Reference in New Issue
Block a user