This commit is contained in:
Dave Hoover 2016-05-20 09:18:03 -05:00
parent ae84029157
commit ae677c1e31

View File

@ -280,7 +280,7 @@ idea is that assembly libraries will be used to enhance the language in such way
}
}
Inline assemmbly could also be beneficial in cases where the optimizer fails to produce
Inline assembly could also be beneficial in cases where the optimizer fails to produce
efficient code. Please be aware that assembly is much more difficult to write because
the compiler does not perform checks, so you should use it for complex things only if
you really know what you are doing.