Jiaxun Yang

Results 160 comments of Jiaxun Yang

> now that I have merged this, I am wondering if there isn't considerable overlap with the venerable SICORTEX target, maybe that is the effectively generic target I remembered ?...

Ah I see, in #3720 I added `DYNAMIC_ARCH` support for MIPS64 and it will be able to probe arch and target from toolchain. For riscv64 it is incapable to do...

> Debian has cross-toolchains for all of its own arches, should be like 1:1 to just convert distro to debian 11 now, then extend if some niche arch gets problems...

Now mipsel and alpha are wired up as well. Alpha build issues are addressed by #3725.

Hmm, if it's me I'd rather choose Qt or something native..... Cuz I don't want to see performance gained from adjuting those power paremeters just be wasted by pointless frontend-ish...

Could you please check if `eurofighter.ttf` exists?

Cc @wzssyqa as well. So the problem is boost::context didn't compiled into booster package?

Looks like lacks arch specific function. @eatradish Perhaps pick some body in office to look into the issue? They need this kind of practice. Thanks

My failed attempt: ``` diff --git a/src/V3Ast.h b/src/V3Ast.h index 14d58d1f..cdce1e15 100644 --- a/src/V3Ast.h +++ b/src/V3Ast.h @@ -228,7 +228,9 @@ public: PUBLIC_TASK, FULL_CASE, PARALLEL_CASE, - ENUM_SIZE + ENUM_SIZE, + ALWAYS_UNROLL, +...

> Do you have interest in finishing off these new pragmas, or are you all set without? Ah I just got a little bit lost. As I don’t know how...