fujitsu / xbyak_aarch64

Apache License 2.0
186 stars 39 forks source link

add API to obtain cache size and # of cores #65

Closed kawakami-k closed 1 year ago

herumi commented 1 year ago

Okay, but xbyak_aarch64 is already not a header-only library, so how about moving functions to src. For example, make src/util_impl.h for them and include it from src/xbyak_aarch64_impl.cpp ? If you are busy, I'll do it.

kawakami-k commented 1 year ago

I agree with separating the header from the implementation. It would be very helpful, if you do it. Thank you so much.