Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[WebAssembly SIMD] Emulate vector floating-point absolute value on Intel
https://bugs.webkit.org/show_bug.cgi?id=249038 rdar://103189245 Reviewed by Justin Michaud. Adds an Air lower macro implementation for vectorized floating-point absolute value on Intel. * Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h: (JSC::MacroAssemblerX86_64::vectorAbs): * Source/JavaScriptCore/b3/air/AirLowerMacros.cpp: (JSC::B3::Air::lowerMacros): Canonical link: https://commits.webkit.org/257806@main
- Loading branch information
David Degazio
committed
Dec 13, 2022
1 parent
735a7dc
commit e2d9691a6968f6d3d52e8e08c699b447185a97ff
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters