Skip to content

BUG, SIMD: Fix unexpected result of uint8 division on X86#19046

Merged
charris merged 2 commits intonumpy:mainfrom
seiko2plus:issue_19045
May 20, 2021
Merged

BUG, SIMD: Fix unexpected result of uint8 division on X86#19046
charris merged 2 commits intonumpy:mainfrom
seiko2plus:issue_19045

Conversation

@seiko2plus
Copy link
Copy Markdown
Member

@seiko2plus seiko2plus commented May 19, 2021

closes #19045 and merge before #18766 due to improving test cases of integer division

@seiko2plus seiko2plus added the component: SIMD Issues in SIMD (fast instruction sets) code or machinery label May 19, 2021
  The bug can occur in special cases e.g. when the divisor is scalar and equal
  to 9 or 13 and the dividend is array contains consecutive duplicate values of 233.
@charris charris merged commit 36cc9be into numpy:main May 20, 2021
@charris
Copy link
Copy Markdown
Member

charris commented May 20, 2021

Thanks Sayed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

00 - Bug component: SIMD Issues in SIMD (fast instruction sets) code or machinery

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: Unexpected result in uint8 division on x86

2 participants