This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /************************************************************************ | |
| http://www.incompleteideas.net/ | |
| http://www.incompleteideas.net/td-backprop-pseudo-code.text | |
| Nonlinear TD/Backprop pseudo C-code | |
| Written by Allen Bonde Jr. and Rich Sutton in April 1992. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // prfchwintrin.h | |
| /*===---- prfchwintrin.h - PREFETCHW intrinsic -----------------------------=== | |
| * | |
| * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | |
| * See https://llvm.org/LICENSE.txt for license information. | |
| * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | |
| * | |
| *===-----------------------------------------------------------------------=== | |
| */ |
OlderNewer