mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 10:48:53 +00:00
LibSoftGPU: Remove unused alias truncate_int_range
This commit is contained in:
parent
13109694ef
commit
b62dba6bbf
Notes:
sideshowbarker
2024-07-17 07:16:23 +09:00
Author: https://github.com/gmta
Commit: b62dba6bbf
Pull-request: https://github.com/SerenityOS/serenity/pull/15150
Reviewed-by: https://github.com/linusg ✅
Reviewed-by: https://github.com/sunverwerth ✅
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ using AK::SIMD::maskbits;
|
|||
using AK::SIMD::to_f32x4;
|
||||
using AK::SIMD::to_i32x4;
|
||||
using AK::SIMD::to_u32x4;
|
||||
using AK::SIMD::truncate_int_range;
|
||||
|
||||
static f32x4 wrap_repeat(f32x4 value)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue