To see what assembly code is produced for the primitives on your machine
with your compiler and your flag settings, type make engine.s
and
look at the resulting file engine.s. Alternatively, you can also
disassemble the code of primitives with see
on some architectures.