tsoding / bm

Simple compiler ecosystem
MIT License
169 stars 16 forks source link

try to get rid of branching in f2u implementation of basm_save_to_file_as_nasm() #349

Open rexim opened 3 years ago

rexim commented 3 years ago

introduced in #344

zhiayang commented 3 years ago

clang appears to generate code without branching, but it's black magic to me