Bug 299670

Summary: Remove reliance on std::make_unsigned_t in our optimized SIMD code paths
Product: WebKit Reporter: Darin Adler <darin>
Component: Web Template FrameworkAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 296539    

Darin Adler
Reported 2025-09-27 13:19:10 PDT
We have SIMD code paths that rely on std::make_unsigned_t to select the appropriate type to use. Instead, use a technique that works with single-byte structs, not just scalars.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-09-27 13:20:16 PDT
Darin Adler
Comment 2 2025-09-27 13:25:46 PDT
EWS
Comment 3 2025-09-27 19:58:46 PDT
Committed 300656@main (b12209712570): <https://commits.webkit.org/300656@main> Reviewed commits have been landed. Closing PR #51445 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.