chenBright commented on code in PR #3009: URL: https://github.com/apache/brpc/pull/3009#discussion_r2217843499
########## src/bthread/task_control.cpp: ########## @@ -33,6 +33,13 @@ #include "bthread/timer_thread.h" // global_timer_thread #include <gflags/gflags.h> #include "bthread/log.h" +#ifdef __x86_64__ +#include <x86intrin.h> +#endif // __x86_64__ + +#ifdef __ARM_NEON +#include <arm_neon.h> +#endif // __ARM_NEON Review Comment: done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org