you are viewing a single comment's thread
view the rest of the comments
[–] 10 points 2 years ago

Typically inline assembly is written in an #IFDEF block with a C/C++ alternative provided. Since the assembly is machine specific the devs need to write it for all the processor families they want to optimize for.

  • source
  • parent