1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00
A new generation, open-source graphics plugin for N64 emulators.
Go to file
gizmo98 a471b130e7 CRC.cpp: add ARMv8 crc intrinsics
Speedup:
CRC_Calculate() up to 11x
CRC_CalculatePalette() up to 4x

Will be only used if the right compiler flags are set.
rpi3: -march=armv8-a+crc -mtune=cortex-a53

http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0801f/pge
1427897662265.html

If CRC32 can be replaced with CRC32C SSE4.2 CRC32C intrinsics could be
added as well.
https://github.com/gonetz/GLideN64/pull/1056#issuecomment-244530166
2016-09-07 21:34:19 +07:00
ini Update GLideN64.custom.ini 2016-08-03 15:55:29 +07:00
licenses Update LICENSE file 2015-05-13 10:21:38 +06:00
projects CRC.cpp: add ARMv8 crc intrinsics 2016-09-07 21:34:19 +07:00
src CRC.cpp: add ARMv8 crc intrinsics 2016-09-07 21:34:19 +07:00
translations Correct GUI options names and tooltips. 2016-08-27 13:05:00 +07:00
.gitignore Update LICENSE file 2015-05-13 10:21:38 +06:00
LICENSE LICENCE is spelled LICENSE 2016-08-27 10:58:30 -07:00
README.md Initial commit 2014-10-01 17:31:41 +07:00

GLideN64

A new generation, open-source graphics plugin for N64 emulators.