#ifndef __PATTERNS_FINAL_H
#define __PATTERNS_FINAL_H

#define __PIPS_SAC_MULADD(a,b,c) ((a)+(b)*(c))

#endif
