-
Notifications
You must be signed in to change notification settings - Fork 0
/
output
483 lines (448 loc) · 35.9 KB
/
output
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
[OK] op: add, op_name: add, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8
[OK] op: `+`, op_name: add, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8
[OK] op: add, op_name: add, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16
[OK] op: `+`, op_name: add, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16
[OK] op: add, op_name: add, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4
[OK] op: `+`, op_name: add, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4
[OK] op: add, op_name: add, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8
[OK] op: `+`, op_name: add, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8
[OK] op: add, op_name: add, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2
[OK] op: `+`, op_name: add, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2
[OK] op: add, op_name: add, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4
[OK] op: `+`, op_name: add, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4
[OK] op: sub, op_name: sub, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8
[OK] op: `-`, op_name: sub, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8
[OK] op: sub, op_name: sub, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16
[OK] op: `-`, op_name: sub, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16
[OK] op: sub, op_name: sub, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4
[OK] op: `-`, op_name: sub, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4
[OK] op: sub, op_name: sub, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8
[OK] op: `-`, op_name: sub, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8
[OK] op: sub, op_name: sub, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2
[OK] op: `-`, op_name: sub, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2
[OK] op: sub, op_name: sub, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4
[OK] op: `-`, op_name: sub, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4
[OK] op: mul, op_name: mul, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8
[OK] op: `*`, op_name: mul, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8
[OK] op: mul, op_name: mul, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16
[OK] op: `*`, op_name: mul, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16
[OK] op: mul, op_name: mul, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4
[OK] op: `*`, op_name: mul, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4
[OK] op: mul, op_name: mul, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8
[OK] op: `*`, op_name: mul, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8
[OK] op: mul, op_name: mul, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2
[OK] op: `*`, op_name: mul, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2
[OK] op: mul, op_name: mul, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4
[OK] op: `*`, op_name: mul, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4
/home/nick/Projects/nimd/tests/tests.nim(86, 15): Check failed: compare((divide(Vector(float32(5.0), 5.0, 6.0, 9.0, 8.0, 6.0, 6.0, 6.0),
Vector(float32(3.0), 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 2.0))).to_seq, @[
1.6666666269302368'f32, 1.25'f32, 1.5'f32, 2.25'f32, 2.0'f32, 1.5'f32,
1.5'f32, 3.0'f32])
[FAILED] op: divide, op_name: div, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8
/home/nick/Projects/nimd/tests/tests.nim(88, 15): Check failed: compare((`/`(Vector(float32(6.0), 8.0, 8.0, 7.0, 7.0, 5.0, 5.0, 7.0),
Vector(float32(3.0), 2.0, 3.0, 2.0, 3.0, 1.0, 1.0, 2.0))).to_seq, @[
2.0'f32, 4.0'f32, 2.6666667461395264'f32, 3.5'f32, 2.3333332538604736'f32,
5.0'f32, 5.0'f32, 3.5'f32])
[FAILED] op: `/`, op_name: div, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8
[OK] op: divide, op_name: div, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16
[OK] op: `/`, op_name: div, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16
/home/nick/Projects/nimd/tests/tests.nim(94, 15): Check failed: compare((divide(Vector(float32(5.0), 7.0, 8.0, 8.0),
Vector(float32(4.0), 1.0, 3.0, 2.0))).to_seq,
@[1.25'f32, 7.0'f32, 2.6666667461395264'f32, 4.0'f32])
[FAILED] op: divide, op_name: div, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4
[OK] op: `/`, op_name: div, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4
[OK] op: divide, op_name: div, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8
[OK] op: `/`, op_name: div, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8
[OK] op: divide, op_name: div, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2
[OK] op: `/`, op_name: div, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2
[OK] op: divide, op_name: div, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4
[OK] op: `/`, op_name: div, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4
/home/nick/Projects/nimd/tests/tests.nim(110, 15): Check failed: compare((fmadd(Vector(float32(8.0), 5.0, 9.0, 8.0, 8.0, 7.0, 8.0, 7.0),
Vector(float32(3.0), 1.0, 2.0, 4.0, 1.0, 3.0, 2.0, 3.0),
Vector(float32(3.0), 4.0, 4.0, 1.0, 1.0, 4.0, 4.0, 2.0))).to_seq, @[
24.0'f32, 5.0'f32, 18.0'f32, 32.0'f32, 8.0'f32, 21.0'f32, 16.0'f32, 21.0'f32])
[FAILED] op: fmadd, op_name: fmadd, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8, arg3_type: float32x8
/home/nick/Projects/nimd/tests/tests.nim(112, 15): Check failed: compare((`*+`(Vector(float32(7.0), 7.0, 9.0, 8.0, 7.0, 9.0, 6.0, 8.0),
Vector(float32(3.0), 1.0, 4.0, 3.0, 2.0, 2.0, 3.0, 1.0),
Vector(float32(1.0), 2.0, 2.0, 2.0, 3.0, 1.0, 4.0, 4.0))).to_seq, @[
21.0'f32, 7.0'f32, 36.0'f32, 24.0'f32, 14.0'f32, 18.0'f32, 18.0'f32, 8.0'f32])
[FAILED] op: `*+`, op_name: fmadd, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8, arg3_type: float32x8
/home/nick/Projects/nimd/tests/tests.nim(114, 15): Check failed: compare((fmadd(Vector(float32(9.0), 6.0, 9.0, 9.0, 7.0, 6.0, 7.0, 7.0, 8.0, 8.0,
7.0, 8.0, 7.0, 6.0, 8.0, 5.0), Vector(float32(3.0), 2.0,
2.0, 2.0, 2.0, 4.0, 4.0, 4.0, 3.0, 4.0, 4.0, 3.0, 4.0, 2.0, 2.0, 4.0), Vector(
float32(4.0), 1.0, 3.0, 1.0, 3.0, 3.0, 2.0, 3.0, 4.0, 3.0, 4.0, 3.0, 3.0,
3.0, 2.0, 3.0))).to_seq, @[27.0'f32, 12.0'f32, 18.0'f32, 18.0'f32, 14.0'f32,
24.0'f32, 28.0'f32, 28.0'f32, 24.0'f32, 32.0'f32,
28.0'f32, 24.0'f32, 28.0'f32, 12.0'f32, 16.0'f32,
20.0'f32])
[FAILED] op: fmadd, op_name: fmadd, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16, arg3_type: float32x16
/home/nick/Projects/nimd/tests/tests.nim(116, 15): Check failed: compare((`*+`(Vector(float32(5.0), 9.0, 7.0, 7.0, 5.0, 7.0, 8.0, 8.0, 7.0, 5.0,
8.0, 8.0, 8.0, 7.0, 5.0, 9.0), Vector(float32(1.0), 1.0,
1.0, 2.0, 2.0, 4.0, 4.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 4.0, 3.0, 2.0), Vector(
float32(1.0), 4.0, 1.0, 1.0, 1.0, 4.0, 1.0, 3.0, 2.0, 4.0, 4.0, 2.0, 2.0,
2.0, 4.0, 1.0))).to_seq, @[5.0'f32, 9.0'f32, 7.0'f32, 14.0'f32, 10.0'f32,
28.0'f32, 32.0'f32, 32.0'f32, 14.0'f32, 10.0'f32,
16.0'f32, 16.0'f32, 16.0'f32, 28.0'f32, 15.0'f32,
18.0'f32])
[FAILED] op: `*+`, op_name: fmadd, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16, arg3_type: float32x16
/home/nick/Projects/nimd/tests/tests.nim(118, 15): Check failed: compare((fmadd(Vector(float32(8.0), 5.0, 7.0, 7.0),
Vector(float32(3.0), 1.0, 1.0, 1.0),
Vector(float32(2.0), 2.0, 1.0, 2.0))).to_seq,
@[24.0'f32, 5.0'f32, 7.0'f32, 7.0'f32])
[FAILED] op: fmadd, op_name: fmadd, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4, arg3_type: float32x4
/home/nick/Projects/nimd/tests/tests.nim(120, 15): Check failed: compare((`*+`(Vector(float32(7.0), 8.0, 5.0, 9.0),
Vector(float32(4.0), 3.0, 1.0, 4.0),
Vector(float32(2.0), 2.0, 1.0, 4.0))).to_seq,
@[28.0'f32, 24.0'f32, 5.0'f32, 36.0'f32])
[FAILED] op: `*+`, op_name: fmadd, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4, arg3_type: float32x4
/home/nick/Projects/nimd/tests/tests.nim(122, 15): Check failed: compare((fmadd(Vector(float64(6.0), 7.0, 5.0, 9.0, 8.0, 8.0, 5.0, 5.0),
Vector(float64(1.0), 1.0, 1.0, 1.0, 1.0, 2.0, 3.0, 4.0),
Vector(float64(3.0), 4.0, 3.0, 3.0, 2.0, 2.0, 4.0, 1.0))).to_seq, @[
6.0'f64, 7.0'f64, 5.0'f64, 9.0'f64, 8.0'f64, 16.0'f64, 15.0'f64, 20.0'f64])
[FAILED] op: fmadd, op_name: fmadd, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8, arg3_type: float64x8
/home/nick/Projects/nimd/tests/tests.nim(124, 15): Check failed: compare((`*+`(Vector(float64(9.0), 7.0, 8.0, 8.0, 5.0, 6.0, 7.0, 5.0),
Vector(float64(4.0), 4.0, 4.0, 1.0, 2.0, 1.0, 2.0, 3.0),
Vector(float64(3.0), 1.0, 4.0, 3.0, 2.0, 2.0, 4.0, 4.0))).to_seq, @[
36.0'f64, 28.0'f64, 32.0'f64, 8.0'f64, 10.0'f64, 6.0'f64, 14.0'f64, 15.0'f64])
[FAILED] op: `*+`, op_name: fmadd, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8, arg3_type: float64x8
/home/nick/Projects/nimd/tests/tests.nim(126, 15): Check failed: compare((fmadd(Vector(float64(5.0), 9.0), Vector(float64(4.0), 2.0),
Vector(float64(1.0), 3.0))).to_seq, @[20.0'f64, 18.0'f64])
[FAILED] op: fmadd, op_name: fmadd, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2, arg3_type: float64x2
/home/nick/Projects/nimd/tests/tests.nim(128, 15): Check failed: compare((`*+`(Vector(float64(5.0), 7.0), Vector(float64(4.0), 2.0),
Vector(float64(2.0), 3.0))).to_seq, @[20.0'f64, 14.0'f64])
[FAILED] op: `*+`, op_name: fmadd, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2, arg3_type: float64x2
/home/nick/Projects/nimd/tests/tests.nim(130, 15): Check failed: compare((fmadd(Vector(float64(7.0), 9.0, 5.0, 7.0),
Vector(float64(2.0), 1.0, 4.0, 2.0),
Vector(float64(4.0), 4.0, 4.0, 3.0))).to_seq,
@[14.0'f64, 9.0'f64, 20.0'f64, 14.0'f64])
[FAILED] op: fmadd, op_name: fmadd, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4, arg3_type: float64x4
/home/nick/Projects/nimd/tests/tests.nim(132, 15): Check failed: compare((`*+`(Vector(float64(7.0), 7.0, 6.0, 7.0),
Vector(float64(1.0), 3.0, 3.0, 4.0),
Vector(float64(4.0), 3.0, 2.0, 1.0))).to_seq,
@[7.0'f64, 21.0'f64, 18.0'f64, 28.0'f64])
[FAILED] op: `*+`, op_name: fmadd, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4, arg3_type: float64x4
/home/nick/Projects/nimd/tests/tests.nim(134, 15): Check failed: compare((fmsub(Vector(float32(7.0), 5.0, 6.0, 5.0, 8.0, 6.0, 9.0, 7.0),
Vector(float32(4.0), 4.0, 1.0, 2.0, 1.0, 2.0, 1.0, 4.0),
Vector(float32(1.0), 3.0, 3.0, 1.0, 4.0, 2.0, 4.0, 2.0))).to_seq, @[
-28.0'f32, -20.0'f32, -6.0'f32, -10.0'f32, -8.0'f32, -12.0'f32, -9.0'f32,
-28.0'f32])
[FAILED] op: fmsub, op_name: fmsub, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8, arg3_type: float32x8
/home/nick/Projects/nimd/tests/tests.nim(136, 15): Check failed: compare((`*-`(Vector(float32(7.0), 8.0, 7.0, 9.0, 5.0, 7.0, 8.0, 7.0),
Vector(float32(3.0), 3.0, 2.0, 3.0, 1.0, 2.0, 4.0, 1.0),
Vector(float32(4.0), 2.0, 1.0, 4.0, 4.0, 3.0, 2.0, 1.0))).to_seq, @[
-21.0'f32, -24.0'f32, -14.0'f32, -27.0'f32, -5.0'f32, -14.0'f32, -32.0'f32,
-7.0'f32])
[FAILED] op: `*-`, op_name: fmsub, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8, arg3_type: float32x8
/home/nick/Projects/nimd/tests/tests.nim(138, 15): Check failed: compare((fmsub(Vector(float32(6.0), 5.0, 9.0, 7.0, 8.0, 9.0, 7.0, 8.0, 6.0, 8.0,
6.0, 5.0, 6.0, 8.0, 8.0, 7.0), Vector(float32(2.0), 1.0,
4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 3.0, 2.0, 4.0, 3.0, 4.0, 3.0, 4.0, 1.0), Vector(
float32(1.0), 1.0, 1.0, 4.0, 3.0, 4.0, 1.0, 1.0, 3.0, 1.0, 3.0, 1.0, 2.0,
2.0, 3.0, 4.0))).to_seq, @[-12.0'f32, -5.0'f32, -36.0'f32, -14.0'f32,
-16.0'f32, -9.0'f32, -7.0'f32, -8.0'f32,
-18.0'f32, -16.0'f32, -24.0'f32, -15.0'f32,
-24.0'f32, -24.0'f32, -32.0'f32, -7.0'f32])
[FAILED] op: fmsub, op_name: fmsub, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16, arg3_type: float32x16
/home/nick/Projects/nimd/tests/tests.nim(140, 15): Check failed: compare((`*-`(Vector(float32(5.0), 9.0, 5.0, 7.0, 5.0, 7.0, 5.0, 8.0, 5.0, 7.0,
8.0, 5.0, 5.0, 7.0, 9.0, 8.0), Vector(float32(4.0), 2.0,
4.0, 3.0, 2.0, 2.0, 2.0, 4.0, 1.0, 4.0, 2.0, 1.0, 3.0, 1.0, 4.0, 1.0), Vector(
float32(1.0), 3.0, 2.0, 1.0, 3.0, 3.0, 3.0, 3.0, 4.0, 1.0, 3.0, 2.0, 4.0,
1.0, 4.0, 1.0))).to_seq, @[-20.0'f32, -18.0'f32, -20.0'f32, -21.0'f32,
-10.0'f32, -14.0'f32, -10.0'f32, -32.0'f32,
-5.0'f32, -28.0'f32, -16.0'f32, -5.0'f32,
-15.0'f32, -7.0'f32, -36.0'f32, -8.0'f32])
[FAILED] op: `*-`, op_name: fmsub, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16, arg3_type: float32x16
/home/nick/Projects/nimd/tests/tests.nim(142, 15): Check failed: compare((fmsub(Vector(float32(5.0), 9.0, 9.0, 7.0),
Vector(float32(2.0), 1.0, 2.0, 1.0),
Vector(float32(3.0), 4.0, 2.0, 1.0))).to_seq,
@[-10.0'f32, -9.0'f32, -18.0'f32, -7.0'f32])
[FAILED] op: fmsub, op_name: fmsub, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4, arg3_type: float32x4
/home/nick/Projects/nimd/tests/tests.nim(144, 15): Check failed: compare((`*-`(Vector(float32(6.0), 9.0, 5.0, 7.0),
Vector(float32(3.0), 4.0, 3.0, 3.0),
Vector(float32(1.0), 4.0, 3.0, 3.0))).to_seq,
@[-18.0'f32, -36.0'f32, -15.0'f32, -21.0'f32])
[FAILED] op: `*-`, op_name: fmsub, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4, arg3_type: float32x4
/home/nick/Projects/nimd/tests/tests.nim(146, 15): Check failed: compare((fmsub(Vector(float64(7.0), 6.0, 7.0, 8.0, 9.0, 8.0, 7.0, 6.0),
Vector(float64(4.0), 1.0, 4.0, 4.0, 4.0, 1.0, 4.0, 3.0),
Vector(float64(2.0), 1.0, 1.0, 2.0, 4.0, 2.0, 4.0, 1.0))).to_seq, @[
-28.0'f64, -6.0'f64, -28.0'f64, -32.0'f64, -36.0'f64, -8.0'f64, -28.0'f64,
-18.0'f64])
[FAILED] op: fmsub, op_name: fmsub, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8, arg3_type: float64x8
/home/nick/Projects/nimd/tests/tests.nim(148, 15): Check failed: compare((`*-`(Vector(float64(6.0), 5.0, 9.0, 7.0, 9.0, 6.0, 7.0, 5.0),
Vector(float64(3.0), 2.0, 1.0, 3.0, 2.0, 4.0, 2.0, 1.0),
Vector(float64(2.0), 2.0, 4.0, 2.0, 1.0, 3.0, 3.0, 3.0))).to_seq, @[
-18.0'f64, -10.0'f64, -9.0'f64, -21.0'f64, -18.0'f64, -24.0'f64, -14.0'f64,
-5.0'f64])
[FAILED] op: `*-`, op_name: fmsub, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8, arg3_type: float64x8
/home/nick/Projects/nimd/tests/tests.nim(150, 15): Check failed: compare((fmsub(Vector(float64(8.0), 7.0), Vector(float64(3.0), 4.0),
Vector(float64(3.0), 1.0))).to_seq, @[-24.0'f64, -28.0'f64])
[FAILED] op: fmsub, op_name: fmsub, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2, arg3_type: float64x2
/home/nick/Projects/nimd/tests/tests.nim(152, 15): Check failed: compare((`*-`(Vector(float64(7.0), 6.0), Vector(float64(2.0), 1.0),
Vector(float64(2.0), 3.0))).to_seq, @[-14.0'f64, -6.0'f64])
[FAILED] op: `*-`, op_name: fmsub, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2, arg3_type: float64x2
/home/nick/Projects/nimd/tests/tests.nim(154, 15): Check failed: compare((fmsub(Vector(float64(6.0), 6.0, 8.0, 5.0),
Vector(float64(1.0), 1.0, 1.0, 4.0),
Vector(float64(1.0), 1.0, 3.0, 1.0))).to_seq,
@[-6.0'f64, -6.0'f64, -8.0'f64, -20.0'f64])
[FAILED] op: fmsub, op_name: fmsub, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4, arg3_type: float64x4
/home/nick/Projects/nimd/tests/tests.nim(156, 15): Check failed: compare((`*-`(Vector(float64(9.0), 8.0, 7.0, 5.0),
Vector(float64(1.0), 4.0, 3.0, 2.0),
Vector(float64(4.0), 2.0, 1.0, 3.0))).to_seq,
@[-9.0'f64, -32.0'f64, -21.0'f64, -10.0'f64])
[FAILED] op: `*-`, op_name: fmsub, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4, arg3_type: float64x4
[OK] op: neg, op_name: neg, arg_type: float32x8, ret_type: float32x8
[OK] op: `-`, op_name: neg, arg_type: float32x8, ret_type: float32x8
[OK] op: neg, op_name: neg, arg_type: float32x16, ret_type: float32x16
[OK] op: `-`, op_name: neg, arg_type: float32x16, ret_type: float32x16
[OK] op: neg, op_name: neg, arg_type: float32x4, ret_type: float32x4
[OK] op: `-`, op_name: neg, arg_type: float32x4, ret_type: float32x4
[OK] op: neg, op_name: neg, arg_type: float64x8, ret_type: float64x8
[OK] op: `-`, op_name: neg, arg_type: float64x8, ret_type: float64x8
[OK] op: neg, op_name: neg, arg_type: float64x2, ret_type: float64x2
[OK] op: `-`, op_name: neg, arg_type: float64x2, ret_type: float64x2
[OK] op: neg, op_name: neg, arg_type: float64x4, ret_type: float64x4
[OK] op: `-`, op_name: neg, arg_type: float64x4, ret_type: float64x4
[OK] op: abs, op_name: abs, arg_type: float32x8, ret_type: float32x8
[OK] op: abs, op_name: abs, arg_type: float32x16, ret_type: float32x16
[OK] op: abs, op_name: abs, arg_type: float32x4, ret_type: float32x4
[OK] op: abs, op_name: abs, arg_type: float64x8, ret_type: float64x8
[OK] op: abs, op_name: abs, arg_type: float64x2, ret_type: float64x2
[OK] op: abs, op_name: abs, arg_type: float64x4, ret_type: float64x4
/home/nick/Projects/nimd/tests/tests.nim(194, 15): Check failed: compare((sign(Vector(float32(1.0), 7.0, 9.0, 9.0, 3.0, 9.0, 9.0, 3.0))).to_seq, @[
1.0'f32, 1.0'f32, 1.0'f32, 1.0'f32, 1.0'f32, 1.0'f32, 1.0'f32, 1.0'f32])
[FAILED] op: sign, op_name: sign, arg_type: float32x8, ret_type: float32x8
/home/nick/Projects/nimd/tests/tests.nim(196, 15): Check failed: compare((sign(Vector(float32(1.0), 2.0, 8.0, 2.0, 6.0, 5.0, 3.0, 1.0, 3.0, 3.0,
9.0, 6.0, 1.0, 1.0, 2.0, 7.0))).to_seq, @[1.0'f32, 1.0'f32,
1.0'f32, 1.0'f32, 1.0'f32, 1.0'f32, 1.0'f32, 1.0'f32, 1.0'f32, 1.0'f32,
1.0'f32, 1.0'f32, 1.0'f32, 1.0'f32, 1.0'f32, 1.0'f32])
[FAILED] op: sign, op_name: sign, arg_type: float32x16, ret_type: float32x16
/home/nick/Projects/nimd/tests/tests.nim(198, 15): Check failed: compare((sign(Vector(float32(9.0), 9.0, 9.0, 1.0))).to_seq,
@[1.0'f32, 1.0'f32, 1.0'f32, 1.0'f32])
[FAILED] op: sign, op_name: sign, arg_type: float32x4, ret_type: float32x4
/home/nick/Projects/nimd/tests/tests.nim(200, 15): Check failed: compare((sign(Vector(float64(8.0), 4.0, 9.0, 5.0, 9.0, 3.0, 9.0, 5.0))).to_seq, @[
1.0'f64, 1.0'f64, 1.0'f64, 1.0'f64, 1.0'f64, 1.0'f64, 1.0'f64, 1.0'f64])
[FAILED] op: sign, op_name: sign, arg_type: float64x8, ret_type: float64x8
/home/nick/Projects/nimd/tests/tests.nim(202, 15): Check failed: compare((sign(Vector(float64(9.0), 8.0))).to_seq, @[1.0'f64, 1.0'f64])
[FAILED] op: sign, op_name: sign, arg_type: float64x2, ret_type: float64x2
/home/nick/Projects/nimd/tests/tests.nim(204, 15): Check failed: compare((sign(Vector(float64(3.0), 1.0, 4.0, 5.0))).to_seq,
@[1.0'f64, 1.0'f64, 1.0'f64, 1.0'f64])
[FAILED] op: sign, op_name: sign, arg_type: float64x4, ret_type: float64x4
/home/nick/Projects/nimd/tests/tests.nim(206, 15): Check failed: compare((sqrt(Vector(float32(3.0), 1.0, 8.0, 3.0, 8.0, 5.0, 7.0, 2.0))).to_seq, @[
1.7320507764816284'f32, 1.0'f32, 2.8284270763397217'f32,
1.7320507764816284'f32, 2.8284270763397217'f32, 2.2360680103302'f32,
2.6457512378692627'f32, 1.4142135381698608'f32])
[FAILED] op: sqrt, op_name: sqrt, arg_type: float32x8, ret_type: float32x8
[OK] op: sqrt, op_name: sqrt, arg_type: float32x16, ret_type: float32x16
/home/nick/Projects/nimd/tests/tests.nim(210, 15): Check failed: compare((sqrt(Vector(float32(6.0), 6.0, 6.0, 5.0))).to_seq, @[
2.4494898319244385'f32, 2.4494898319244385'f32, 2.4494898319244385'f32,
2.2360680103302'f32])
[FAILED] op: sqrt, op_name: sqrt, arg_type: float32x4, ret_type: float32x4
[OK] op: sqrt, op_name: sqrt, arg_type: float64x8, ret_type: float64x8
[OK] op: sqrt, op_name: sqrt, arg_type: float64x2, ret_type: float64x2
[OK] op: sqrt, op_name: sqrt, arg_type: float64x4, ret_type: float64x4
[OK] op: add, op_name: add, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8
[OK] op: `+`, op_name: add, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8
[OK] op: add, op_name: add, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16
[OK] op: `+`, op_name: add, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16
[OK] op: add, op_name: add, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4
[OK] op: `+`, op_name: add, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4
[OK] op: add, op_name: add, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8
[OK] op: `+`, op_name: add, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8
[OK] op: add, op_name: add, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2
[OK] op: `+`, op_name: add, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2
[OK] op: add, op_name: add, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4
[OK] op: `+`, op_name: add, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4
[OK] op: sub, op_name: sub, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8
[OK] op: `-`, op_name: sub, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8
[OK] op: sub, op_name: sub, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16
[OK] op: `-`, op_name: sub, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16
[OK] op: sub, op_name: sub, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4
[OK] op: `-`, op_name: sub, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4
[OK] op: sub, op_name: sub, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8
[OK] op: `-`, op_name: sub, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8
[OK] op: sub, op_name: sub, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2
[OK] op: `-`, op_name: sub, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2
[OK] op: sub, op_name: sub, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4
[OK] op: `-`, op_name: sub, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4
[OK] op: mul, op_name: mul, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8
[OK] op: `*`, op_name: mul, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8
[OK] op: mul, op_name: mul, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16
[OK] op: `*`, op_name: mul, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16
[OK] op: mul, op_name: mul, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4
[OK] op: `*`, op_name: mul, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4
[OK] op: mul, op_name: mul, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8
[OK] op: `*`, op_name: mul, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8
[OK] op: mul, op_name: mul, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2
[OK] op: `*`, op_name: mul, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2
[OK] op: mul, op_name: mul, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4
[OK] op: `*`, op_name: mul, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: divide, op_name: div, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: `/`, op_name: div, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8
[OK] op: divide, op_name: div, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16
[OK] op: `/`, op_name: div, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: divide, op_name: div, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4
[OK] op: `/`, op_name: div, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4
[OK] op: divide, op_name: div, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8
[OK] op: `/`, op_name: div, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8
[OK] op: divide, op_name: div, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2
[OK] op: `/`, op_name: div, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2
[OK] op: divide, op_name: div, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4
[OK] op: `/`, op_name: div, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: fmadd, op_name: fmadd, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8, arg3_type: float32x8
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: `*+`, op_name: fmadd, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8, arg3_type: float32x8
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: fmadd, op_name: fmadd, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16, arg3_type: float32x16
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: `*+`, op_name: fmadd, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16, arg3_type: float32x16
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: fmadd, op_name: fmadd, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4, arg3_type: float32x4
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: `*+`, op_name: fmadd, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4, arg3_type: float32x4
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: fmadd, op_name: fmadd, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8, arg3_type: float64x8
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: `*+`, op_name: fmadd, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8, arg3_type: float64x8
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: fmadd, op_name: fmadd, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2, arg3_type: float64x2
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: `*+`, op_name: fmadd, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2, arg3_type: float64x2
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: fmadd, op_name: fmadd, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4, arg3_type: float64x4
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: `*+`, op_name: fmadd, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4, arg3_type: float64x4
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: fmsub, op_name: fmsub, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8, arg3_type: float32x8
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: `*-`, op_name: fmsub, arg_type: float32x8, ret_type: float32x8, arg2_type: float32x8, arg3_type: float32x8
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: fmsub, op_name: fmsub, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16, arg3_type: float32x16
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: `*-`, op_name: fmsub, arg_type: float32x16, ret_type: float32x16, arg2_type: float32x16, arg3_type: float32x16
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: fmsub, op_name: fmsub, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4, arg3_type: float32x4
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: `*-`, op_name: fmsub, arg_type: float32x4, ret_type: float32x4, arg2_type: float32x4, arg3_type: float32x4
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: fmsub, op_name: fmsub, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8, arg3_type: float64x8
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: `*-`, op_name: fmsub, arg_type: float64x8, ret_type: float64x8, arg2_type: float64x8, arg3_type: float64x8
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: fmsub, op_name: fmsub, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2, arg3_type: float64x2
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: `*-`, op_name: fmsub, arg_type: float64x2, ret_type: float64x2, arg2_type: float64x2, arg3_type: float64x2
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: fmsub, op_name: fmsub, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4, arg3_type: float64x4
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: `*-`, op_name: fmsub, arg_type: float64x4, ret_type: float64x4, arg2_type: float64x4, arg3_type: float64x4
[OK] op: neg, op_name: neg, arg_type: float32x8, ret_type: float32x8
[OK] op: `-`, op_name: neg, arg_type: float32x8, ret_type: float32x8
[OK] op: neg, op_name: neg, arg_type: float32x16, ret_type: float32x16
[OK] op: `-`, op_name: neg, arg_type: float32x16, ret_type: float32x16
[OK] op: neg, op_name: neg, arg_type: float32x4, ret_type: float32x4
[OK] op: `-`, op_name: neg, arg_type: float32x4, ret_type: float32x4
[OK] op: neg, op_name: neg, arg_type: float64x8, ret_type: float64x8
[OK] op: `-`, op_name: neg, arg_type: float64x8, ret_type: float64x8
[OK] op: neg, op_name: neg, arg_type: float64x2, ret_type: float64x2
[OK] op: `-`, op_name: neg, arg_type: float64x2, ret_type: float64x2
[OK] op: neg, op_name: neg, arg_type: float64x4, ret_type: float64x4
[OK] op: `-`, op_name: neg, arg_type: float64x4, ret_type: float64x4
[OK] op: abs, op_name: abs, arg_type: float32x8, ret_type: float32x8
[OK] op: abs, op_name: abs, arg_type: float32x16, ret_type: float32x16
[OK] op: abs, op_name: abs, arg_type: float32x4, ret_type: float32x4
[OK] op: abs, op_name: abs, arg_type: float64x8, ret_type: float64x8
[OK] op: abs, op_name: abs, arg_type: float64x2, ret_type: float64x2
[OK] op: abs, op_name: abs, arg_type: float64x4, ret_type: float64x4
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: sign, op_name: sign, arg_type: float32x8, ret_type: float32x8
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: sign, op_name: sign, arg_type: float32x16, ret_type: float32x16
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: sign, op_name: sign, arg_type: float32x4, ret_type: float32x4
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: sign, op_name: sign, arg_type: float64x8, ret_type: float64x8
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: sign, op_name: sign, arg_type: float64x2, ret_type: float64x2
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: sign, op_name: sign, arg_type: float64x4, ret_type: float64x4
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: sqrt, op_name: sqrt, arg_type: float32x8, ret_type: float32x8
[OK] op: sqrt, op_name: sqrt, arg_type: float32x16, ret_type: float32x16
/home/nick/.choosenim/toolchains/nim-1.6.8/lib/pure/unittest.nim(704) tests
/home/nick/Projects/nimd/tests/tests.nim(11) compare
Unhandled exception: some error [CatchableError]
[FAILED] op: sqrt, op_name: sqrt, arg_type: float32x4, ret_type: float32x4
[OK] op: sqrt, op_name: sqrt, arg_type: float64x8, ret_type: float64x8
[OK] op: sqrt, op_name: sqrt, arg_type: float64x2, ret_type: float64x2
[OK] op: sqrt, op_name: sqrt, arg_type: float64x4, ret_type: float64x4