Skip to content

Commit bf20ea5

Browse files
committed
Update tests that NEON is a valid smoothscale backend
1 parent 668ae8c commit bf20ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/transform_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ def test_scale2xraw(self):
11601160

11611161
def test_get_smoothscale_backend(self):
11621162
filter_type = pygame.transform.get_smoothscale_backend()
1163-
self.assertTrue(filter_type in ["GENERIC", "MMX", "SSE", "SSE2"])
1163+
self.assertTrue(filter_type in ["GENERIC", "MMX", "SSE", "SSE2", "NEON"])
11641164
# It would be nice to test if a non-generic type corresponds to an x86
11651165
# processor. But there is no simple test for this. platform.machine()
11661166
# returns process version specific information, like 'i686'.

0 commit comments

Comments
 (0)