> -----Original Message----- > From: McDaniel, Timothy <[email protected]> > Sent: Friday, September 11, 2020 2:18 PM > Cc: [email protected]; Carrillo, Erik G <[email protected]>; Eads, Gage > <[email protected]>; Van Haaren, Harry <[email protected]>; > [email protected] > Subject: [PATCH v4 05/22] event/dlb: add inline functions > > Add miscellaneous inline functions that may be called > from multiple files. These functions include inline > assembly of new x86 instructions, such as movdir64b, > since they are not available as builtin functions in > the minimum supported GCC version. > > Signed-off-by: Timothy McDaniel <[email protected]> Reviewed-by: Gage Eads <[email protected]> Thanks, Gage

