Merge pull request #1 from dbabokin/Vsevolod-Livinskij-master
Fix for generic-1
This commit is contained in:
@@ -10,7 +10,6 @@ packed_load_and_store()
|
|||||||
scans()
|
scans()
|
||||||
int64minmax()
|
int64minmax()
|
||||||
aossoa()
|
aossoa()
|
||||||
saturation_arithmetic()
|
|
||||||
saturation_arithmetic_novec()
|
saturation_arithmetic_novec()
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|||||||
@@ -178,7 +178,10 @@ define(`saturation_arithmetic',
|
|||||||
`ifelse(WIDTH, `4', `saturation_arithmetic_vec4()',
|
`ifelse(WIDTH, `4', `saturation_arithmetic_vec4()',
|
||||||
WIDTH, `8', `saturation_arithmetic_vec8()',
|
WIDTH, `8', `saturation_arithmetic_vec8()',
|
||||||
WIDTH, `16', `saturation_arithmetic_vec16() ',
|
WIDTH, `16', `saturation_arithmetic_vec16() ',
|
||||||
`ERROR_unappropriate_width')')
|
`errprint(`ERROR: saturation_arithmetic() macro called with unsupported width = 'WIDTH
|
||||||
|
)
|
||||||
|
m4exit(`1')')
|
||||||
|
')
|
||||||
|
|
||||||
;; create vector constant. Used by saturation_arithmetic_novec_universal below.
|
;; create vector constant. Used by saturation_arithmetic_novec_universal below.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user