提交 244aef6c authored 作者: Frederic's avatar Frederic

Add a link in the doc.

上级 11ee6cee
.. _cop:
==================================== ====================================
Implementing the arithmetic Ops in C Implementing the arithmetic Ops in C
......
...@@ -161,8 +161,9 @@ following methods: ...@@ -161,8 +161,9 @@ following methods:
At a bare minimum, a new Op must define ``make_node`` and ``perform``, which have no defaults. At a bare minimum, a new Op must define ``make_node`` and ``perform``, which have no defaults.
For more details, including the interface for providing a C Also you can provide a :ref:`C implementation <cop>` of
implementation of ``perform()``, refer to the documentation for :ref:`op`. ``perform()``. For other details refer to the documentation for
:ref:`op`.
Defining an Op: ``mul`` Defining an Op: ``mul``
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论