Skip to content

Commit

Permalink
remove sse2
Browse files Browse the repository at this point in the history
  • Loading branch information
itzpr3d4t0r committed Sep 11, 2023
1 parent b4d6d7d commit 46a4483
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
8 changes: 0 additions & 8 deletions src_c/simd_fill.h
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
#define NO_PYGAME_C_API
#include "_surface.h"

#if !defined(PG_ENABLE_ARM_NEON) && defined(__aarch64__)
// arm64 has neon optimisations enabled by default, even when fpu=neon is not
// passed
#define PG_ENABLE_ARM_NEON 1
#endif

int
_pg_has_avx2();

// SSE2 functions
#if defined(__SSE2__) || defined(PG_ENABLE_ARM_NEON)
#endif /* (defined(__SSE2__) || defined(PG_ENABLE_ARM_NEON)) */

// AVX2 functions
int
Expand Down
36 changes: 0 additions & 36 deletions src_c/simd_surface_fill_sse2.c

This file was deleted.

0 comments on commit 46a4483

Please sign in to comment.