[Apple Arm] introduce sse2neon

This commit is contained in:
SimoneN64
2025-02-07 19:32:13 +01:00
parent 38057b77d5
commit e57edb6a9a
7 changed files with 9484 additions and 7 deletions

View File

@@ -1,7 +1,6 @@
#pragma once
#include <cmath>
#include <common.hpp>
#include <immintrin.h>
namespace Util {
static FORCE_INLINE auto roundCeil(float f) {