yyzybb537 / libgo

Go-style concurrency in C++11
MIT License
3.22k stars 758 forks source link

issues under arm #139

Open zhuangli1987 opened 5 years ago

zhuangli1987 commented 5 years ago
  1. -m64 is not supported
  2. rdtsc is not supported (which used in common/clock.h)

any solutions?

yyzybb537 commented 5 years ago

Not support arm.

yyzybb537 commented 5 years ago

Maybe we can support arm, wait please...

yyzybb537 commented 5 years ago

I'd fix there, please test it on arm retry!

zhuangli1987 commented 5 years ago

it works ! thx!!!

opt-liang commented 2 years ago

https://github.com/idealvin/coost.git

跨平台类go语言编程的c++协程库。