LibSoftGPU: Remove unused alias truncate_int_range

This commit is contained in:
Jelle Raaijmakers 2022-09-04 16:36:19 +02:00 committed by Linus Groh
parent 13109694ef
commit b62dba6bbf

View file

@ -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)
{