File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ union mca_pml_ob1_hdr_t {
500
500
typedef union mca_pml_ob1_hdr_t mca_pml_ob1_hdr_t ;
501
501
502
502
#if !defined(WORDS_BIGENDIAN ) && OPAL_ENABLE_HETEROGENEOUS_SUPPORT
503
- static inline __opal_attribute_always_inline__ void
503
+ static inline void
504
504
ob1_hdr_ntoh (mca_pml_ob1_hdr_t * hdr , const uint8_t hdr_type )
505
505
{
506
506
if (!(hdr -> hdr_common .hdr_flags & MCA_PML_OB1_HDR_FLAGS_NBO ))
@@ -549,7 +549,7 @@ ob1_hdr_ntoh(mca_pml_ob1_hdr_t *hdr, const uint8_t hdr_type)
549
549
#if OPAL_ENABLE_HETEROGENEOUS_SUPPORT
550
550
#define ob1_hdr_hton (h , t , p ) \
551
551
ob1_hdr_hton_intr((mca_pml_ob1_hdr_t*)h, t, p)
552
- static inline __opal_attribute_always_inline__ void
552
+ static inline void
553
553
ob1_hdr_hton_intr (mca_pml_ob1_hdr_t * hdr , const uint8_t hdr_type ,
554
554
const ompi_proc_t * proc )
555
555
{
You can’t perform that action at this time.
0 commit comments