2020 < link rel ="index " title ="Index " href ="genindex.html " />
2121 < link rel ="search " title ="Search " href ="search.html " />
2222 < link rel ="next " title ="Types " href ="api/types.html " />
23- < link rel ="prev " title ="Using kernel_float::prelude " href ="guides/prelude .html " />
23+ < link rel ="prev " title ="Using kernel_float::constant " href ="guides/constant .html " />
2424</ head >
2525
2626< body class ="wy-body-for-nav ">
5454< li class ="toctree-l2 "> < a class ="reference internal " href ="api/binary_operators.html "> Binary Operators</ a > </ li >
5555< li class ="toctree-l2 "> < a class ="reference internal " href ="api/reductions.html "> Reductions</ a > </ li >
5656< li class ="toctree-l2 "> < a class ="reference internal " href ="api/mathematical.html "> Mathematical</ a > </ li >
57+ < li class ="toctree-l2 "> < a class ="reference internal " href ="api/fast_math.html "> Fast math</ a > </ li >
5758< li class ="toctree-l2 "> < a class ="reference internal " href ="api/conditional.html "> Conditional</ a > </ li >
5859< li class ="toctree-l2 "> < a class ="reference internal " href ="api/memory_read_write.html "> Memory read/write</ a > </ li >
60+ < li class ="toctree-l2 "> < a class ="reference internal " href ="api/utilities.html "> Utilities</ a > </ li >
5961</ ul >
6062</ li >
6163< li class ="toctree-l1 "> < a class ="reference internal " href ="license.html "> License</ a > </ li >
@@ -112,6 +114,7 @@ <h1>API Reference<a class="headerlink" href="#api-reference" title="Permalink to
112114</ li >
113115< li class ="toctree-l1 "> < a class ="reference internal " href ="api/generation.html "> Generation</ a > < ul >
114116< li class ="toctree-l2 "> < a class ="reference internal " href ="api/generation.html#range "> range</ a > </ li >
117+ < li class ="toctree-l2 "> < a class ="reference internal " href ="api/generation.html#id1 "> range</ a > </ li >
115118< li class ="toctree-l2 "> < a class ="reference internal " href ="api/generation.html#range-like "> range_like</ a > </ li >
116119< li class ="toctree-l2 "> < a class ="reference internal " href ="api/generation.html#each-index "> each_index</ a > </ li >
117120< li class ="toctree-l2 "> < a class ="reference internal " href ="api/generation.html#fill "> fill</ a > </ li >
@@ -208,6 +211,15 @@ <h1>API Reference<a class="headerlink" href="#api-reference" title="Permalink to
208211< li class ="toctree-l2 "> < a class ="reference internal " href ="api/mathematical.html#isnan "> isnan</ a > </ li >
209212</ ul >
210213</ li >
214+ < li class ="toctree-l1 "> < a class ="reference internal " href ="api/fast_math.html "> Fast math</ a > < ul >
215+ < li class ="toctree-l2 "> < a class ="reference internal " href ="api/fast_math.html#fast-exp "> fast_exp</ a > </ li >
216+ < li class ="toctree-l2 "> < a class ="reference internal " href ="api/fast_math.html#fast-log "> fast_log</ a > </ li >
217+ < li class ="toctree-l2 "> < a class ="reference internal " href ="api/fast_math.html#fast-cos "> fast_cos</ a > </ li >
218+ < li class ="toctree-l2 "> < a class ="reference internal " href ="api/fast_math.html#fast-sin "> fast_sin</ a > </ li >
219+ < li class ="toctree-l2 "> < a class ="reference internal " href ="api/fast_math.html#fast-tan "> fast_tan</ a > </ li >
220+ < li class ="toctree-l2 "> < a class ="reference internal " href ="api/fast_math.html#fast-div "> fast_div</ a > </ li >
221+ </ ul >
222+ </ li >
211223< li class ="toctree-l1 "> < a class ="reference internal " href ="api/conditional.html "> Conditional</ a > < ul >
212224< li class ="toctree-l2 "> < a class ="reference internal " href ="api/conditional.html#where "> where</ a > </ li >
213225< li class ="toctree-l2 "> < a class ="reference internal " href ="api/conditional.html#id1 "> where</ a > </ li >
@@ -227,6 +239,12 @@ <h1>API Reference<a class="headerlink" href="#api-reference" title="Permalink to
227239< li class ="toctree-l2 "> < a class ="reference internal " href ="api/memory_read_write.html#aligned-ptr "> aligned_ptr</ a > </ li >
228240</ ul >
229241</ li >
242+ < li class ="toctree-l1 "> < a class ="reference internal " href ="api/utilities.html "> Utilities</ a > < ul >
243+ < li class ="toctree-l2 "> < a class ="reference internal " href ="api/utilities.html#constant "> constant</ a > </ li >
244+ < li class ="toctree-l2 "> < a class ="reference internal " href ="api/utilities.html#tiling "> tiling</ a > </ li >
245+ < li class ="toctree-l2 "> < a class ="reference internal " href ="api/utilities.html#kernel-float-tiling-for "> KERNEL_FLOAT_TILING_FOR</ a > </ li >
246+ </ ul >
247+ </ li >
230248</ ul >
231249</ div >
232250</ section >
@@ -235,7 +253,7 @@ <h1>API Reference<a class="headerlink" href="#api-reference" title="Permalink to
235253 </ div >
236254 </ div >
237255 < footer > < div class ="rst-footer-buttons " role ="navigation " aria-label ="Footer ">
238- < a href ="guides/prelude .html " class ="btn btn-neutral float-left " title ="Using kernel_float::prelude " accesskey ="p " rel ="prev "> < span class ="fa fa-arrow-circle-left " aria-hidden ="true "> </ span > Previous</ a >
256+ < a href ="guides/constant .html " class ="btn btn-neutral float-left " title ="Using kernel_float::constant " accesskey ="p " rel ="prev "> < span class ="fa fa-arrow-circle-left " aria-hidden ="true "> </ span > Previous</ a >
239257 < a href ="api/types.html " class ="btn btn-neutral float-right " title ="Types " accesskey ="n " rel ="next "> Next < span class ="fa fa-arrow-circle-right " aria-hidden ="true "> </ span > </ a >
240258 </ div >
241259
0 commit comments