Commit 9767997
RVV release fixes:
Add missing hwy:: for [b]float16_t
emu128: Remove obsolete VecFromMask overload
convert_test: workaround for incorrect rounding mode
mask_test: simplify native-vector comparison and add comments
rvv: rewrite MaskFalse to ensure tail elements are initialized
rvv ResizeBitCast: move before usage, improved SFINAE
rvv Interleave: fix handling of fractional LMUL (check size at runtime)
rvv Interleave: speedup, single Compress
rvv Dup128MaskFromMaskBits: reduce casting, avoid out of bounds shifts
PiperOrigin-RevId: 6078238781 parent 2ebc9d0 commit 9767997
File tree
5 files changed
+377
-266
lines changed- hwy
- ops
- tests
5 files changed
+377
-266
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | 385 | | |
393 | 386 | | |
394 | | - | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
395 | 390 | | |
396 | 391 | | |
397 | 392 | | |
| |||
407 | 402 | | |
408 | 403 | | |
409 | 404 | | |
410 | | - | |
| 405 | + | |
| 406 | + | |
411 | 407 | | |
412 | 408 | | |
413 | 409 | | |
414 | 410 | | |
415 | 411 | | |
416 | | - | |
| 412 | + | |
417 | 413 | | |
418 | 414 | | |
419 | 415 | | |
420 | 416 | | |
421 | 417 | | |
422 | | - | |
| 418 | + | |
423 | 419 | | |
424 | 420 | | |
425 | 421 | | |
| |||
445 | 441 | | |
446 | 442 | | |
447 | 443 | | |
448 | | - | |
| 444 | + | |
| 445 | + | |
449 | 446 | | |
450 | 447 | | |
451 | 448 | | |
| |||
0 commit comments