Skip to content

Commit

Permalink
tricpy now supports native-complex types
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Feb 6, 2024
1 parent 063cf8a commit 182128d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- tricpy now supports native-complex types

0.37 2023-04-01
- install pdldoc using PDL::Doc

Expand Down
2 changes: 2 additions & 0 deletions Real/real.pd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pp_setversion($VERSION);
$VERSION = eval $VERSION;

use PDL::Exporter;
use PDL::Types qw(ppdefs_all);

sub generate_code($){
if ($config{WITHOUT_THREAD}){
Expand Down Expand Up @@ -10475,6 +10476,7 @@ the exponent range, as is found on a Cray.
pp_def(
'tricpy',
Pars => 'A(m,n);int uplo();[o] C(m,n)',
GenericTypes => [ppdefs_all()],
Code => '
if ($uplo())
{
Expand Down

0 comments on commit 182128d

Please sign in to comment.