forked from OSchip/llvm-project
Parenthesize arguments for mad_hi
Thanks to Jordon Rose <jordan_rose@apple.com> for pointing this out. llvm-svn: 190310
This commit is contained in:
parent
a5153cb025
commit
dfd8afa02b
|
@ -1 +1 @@
|
|||
#define mad_hi(a, b, c) (mul_hi(a,b)+c)
|
||||
#define mad_hi(a, b, c) (mul_hi((a),(b))+(c))
|
||||
|
|
Loading…
Reference in New Issue