Commit 1493a9b
committed
Squashed commit of the following:
commit 1a6618a
Author: swayaminsync <[email protected]>
Date: Sun Sep 22 02:19:59 2024 +0530
missed the comma :)
commit 87a7891
Author: swayaminsync <[email protected]>
Date: Sun Sep 22 02:16:24 2024 +0530
updated meson.build
commit 77e25b6
Author: swayaminsync <[email protected]>
Date: Sun Sep 22 00:53:57 2024 +0530
made ufunc return actual value instead of 0
commit 600b2c8
Author: swayaminsync <[email protected]>
Date: Sat Sep 21 03:06:36 2024 +0530
fixed inter-backend cast segment fault
commit 672be17
Author: swayaminsync <[email protected]>
Date: Sat Sep 21 00:01:39 2024 +0530
added aligned and unaligned casting loops
commit 2fd9cad
Author: swayaminsync <[email protected]>
Date: Fri Sep 20 21:00:45 2024 +0530
refactoring
commit 41ca3f9
Author: swayaminsync <[email protected]>
Date: Fri Sep 20 20:58:08 2024 +0530
added 128-bit common constants
commit 012e90f
Merge: 082b64b bbc99a6
Author: swayaminsync <[email protected]>
Date: Fri Sep 20 19:30:53 2024 +0530
Merge branch 'dragon4' into constants
commit bbc99a6
Author: swayaminsync <[email protected]>
Date: Fri Sep 20 19:27:55 2024 +0530
fixing constant error
commit e53edba
Author: swayaminsync <[email protected]>
Date: Fri Sep 20 17:03:24 2024 +0530
resolved reviews
commit 082b64b
Author: swayaminsync <[email protected]>
Date: Thu Sep 19 21:43:48 2024 +0530
exposing constants
commit 0052e16
Author: swayaminsync <[email protected]>
Date: Thu Sep 19 13:17:01 2024 +0530
Creating Quad with Quad
commit 0a75b91
Author: swayaminsync <[email protected]>
Date: Wed Sep 18 15:39:46 2024 +0530
aligned and unaligned comparison loops
commit 707d5d6
Author: swayaminsync <[email protected]>
Date: Wed Sep 18 13:47:32 2024 +0530
fixed longdouble comparison casting issue
commit 4f0a604
Author: swayaminsync <[email protected]>
Date: Tue Sep 17 21:51:17 2024 +0530
WIP
commit 0fba040
Author: swayaminsync <[email protected]>
Date: Tue Sep 17 18:01:14 2024 +0530
added separate aligned and unaligned ufunc support
commit fe6cabc
Author: swayaminsync <[email protected]>
Date: Mon Sep 16 18:40:47 2024 +0530
removed unnecessary prints
commit b719ba4
Author: swayaminsync <[email protected]>
Date: Mon Sep 16 18:35:54 2024 +0530
fixing import statements
commit 25dd6b3
Author: swayaminsync <[email protected]>
Date: Mon Sep 16 18:02:42 2024 +0530
removing testing files
commit 0ac5464
Author: swayaminsync <[email protected]>
Date: Mon Sep 16 15:16:12 2024 +0530
added more unary func
commit 755e2cd
Author: swayaminsync <[email protected]>
Date: Tue Sep 10 08:30:15 2024 +0530
fixing base
commit 04480ce
Author: swayaminsync <[email protected]>
Date: Sat Sep 7 18:23:20 2024 +0530
np.dot WIP
commit 7b43f3b
Author: swayaminsync <[email protected]>
Date: Sat Sep 7 12:58:45 2024 +0530
fixing reduction redorderable issue
commit 22982a4
Author: swayaminsync <[email protected]>
Date: Fri Sep 6 19:09:12 2024 +0530
adding dragon4
commit 01e9b7e
Author: swayaminsync <[email protected]>
Date: Fri Sep 6 12:04:01 2024 +0530
post-cleaning
commit e8cba6a
Author: swayaminsync <[email protected]>
Date: Thu Sep 5 14:58:47 2024 +0530
temporary solution to handle both backends
commit 7a85fbf
Author: swayaminsync <[email protected]>
Date: Mon Sep 2 00:24:29 2024 +0530
removed todo comment: umath.cpp
commit d664a59
Author: swayaminsync <[email protected]>
Date: Mon Sep 2 00:23:12 2024 +0530
added backend parameter in default descriptor
commit 7fd8da6
Author: swayaminsync <[email protected]>
Date: Sun Sep 1 21:14:11 2024 +0530
failing: londouble with different dtype
commit a652985
Author: swayaminsync <[email protected]>
Date: Sun Sep 1 12:34:59 2024 +0530
added multi backend support to scalar operations
commit 8408227
Author: swayaminsync <[email protected]>
Date: Sun Sep 1 04:17:31 2024 +0530
added ld backend support to casting
commit d56e592
Author: swayaminsync <[email protected]>
Date: Sat Aug 31 22:37:00 2024 +0530
renaming module and adding initial longdouble backend support
commit 0a36a9d
Author: swayaminsync <[email protected]>
Date: Sun Aug 25 12:02:33 2024 +0530
added readme1 parent ac51015 commit 1493a9b
File tree
31 files changed
+5206
-1980
lines changed- quaddtype
- numpy_quaddtype
- src
- quaddtype
- src
- tests
31 files changed
+5206
-1980
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
94 | 97 | | |
95 | | - | |
| 98 | + | |
96 | 99 | | |
97 | | - | |
| 100 | + | |
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
111 | 111 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments