You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

visibility_prologue.h 281 B

1234567891011
  1. #ifdef MEGDNN_VISIBILITY_PROLOGUE_INCLUDED
  2. #error "visibility_prologue.h included twice without including visibility_epilogue.h"
  3. #else
  4. #define MEGDNN_VISIBILITY_PROLOGUE_INCLUDED
  5. #endif
  6. #if MEGDNN_SHARED_LIB
  7. #pragma GCC visibility push(default)
  8. #endif
  9. // vim: syntax=cpp.doxygen