|
|
|
|
|
by gpderetta
874 days ago
|
|
What if your target cpu doesn't have, say, floating point operations, or integer division. Will Zig refuse to compile any code that uses these operations? Will it inline the emulation code? Or gasp generate a call out to a library function? |
|