|
|
|
|
|
by WhyNotHugo
228 days ago
|
|
OTOH, you can remove the runtime dispatching logic entirely if you compile separate binaries for each architecture variant. Especially the binaries for the newest variant, since they can entirely conditionals/branching for all older variants. |
|