mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
remove spurious space in link
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57677 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4fbed982fb
commit
86af90d802
@ -262,8 +262,8 @@ functions (like tan, log, etc). This allows you to get high performance if you
|
||||
only need (say) 14-bits of precision.</li>
|
||||
|
||||
<li>llvm-gcc now supports a C language extension known as "<a
|
||||
href="http://lists.cs.uiuc.edu/pipermail/cfe-dev/2008-August/002670.html">Blocks
|
||||
</a>". This feature is similar to nested functions and closures, but does not
|
||||
href="http://lists.cs.uiuc.edu/pipermail/cfe-dev/2008-August/002670.html">Blocks</a>".
|
||||
This feature is similar to nested functions and closures, but does not
|
||||
require stack trampolines (with most ABIs) and supports returning closures
|
||||
from functions that define them. Note that actually <em>using</em> Blocks
|
||||
requires a small runtime that is not included with llvm-gcc.</li>
|
||||
|
Loading…
Reference in New Issue
Block a user