Skip to content

Commit 69da72f

Browse files
authored
Delete duplicated entries (#572)
1 parent b123581 commit 69da72f

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

data/intrinsics.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ numeric:
1212
- "MOD"
1313
- "MODULO"
1414
- "SIGN"
15-
- "CSHIFT"
16-
- "DOT_PRODUCT"
17-
- "EOSHIFT"
18-
- "MATMUL"
19-
- "PARITY"
2015
- "NULL"
2116

2217
bit:
@@ -138,7 +133,6 @@ math:
138133
- "ERFC_SCALED"
139134
- "GAMMA"
140135
- "LOG_GAMMA"
141-
- "LOG_GAMMA"
142136
- "NORM2"
143137

144138
cfi:
@@ -184,7 +178,6 @@ transform:
184178
- "EOSHIFT"
185179
- "MATMUL"
186180
- "PARITY"
187-
- "NULL"
188181
- "REDUCE"
189182

190183
system:

source/learn/intrinsics/_pages/CSHIFT.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ Returns an array of same type and rank as the **array** argument.
6767
The rows of an array of rank two may all be shifted by the same amount
6868
or by different amounts.
6969

70-
## cshift
71-
7270
### **Examples**
7371

7472
Sample program:

0 commit comments

Comments
 (0)