Try putting `inline` on all the non-pub functions in `std/special/compiler_rt/mulXf3.zig` and you will get `error: unable to inline function`. This should work but instead zig gives "unable to inline function".
Try putting
inlineon all the non-pub functions instd/special/compiler_rt/mulXf3.zigand you will geterror: unable to inline function.This should work but instead zig gives "unable to inline function".