Skip to content

Commit

Permalink
Update FEX-2503 - d5234a43dac4bdf3abd62e63a8e10e5292686c87
Browse files Browse the repository at this point in the history
  • Loading branch information
cjxyz committed Mar 7, 2025
1 parent a38e34c commit bee5679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fex
Submodule fex updated 63 files
+1 −1 External/vixl
+1 −19 FEXCore/Source/CMakeLists.txt
+3 −2 FEXCore/Source/Interface/Config/Config.cpp
+1 −1 FEXCore/Source/Interface/Core/Interpreter/Fallbacks/F80Fallbacks.h
+1 −0 FEXCore/Source/Interface/Core/Interpreter/Fallbacks/FallbackOpHandler.h
+1 −0 FEXCore/Source/Interface/Core/Interpreter/Fallbacks/VectorFallbacks.h
+22 −5 FEXCore/Source/Interface/Core/JIT/MemoryOps.cpp
+6 −1 FEXCore/Source/Interface/Core/JIT/VectorOps.cpp
+14 −8 FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp
+6 −6 FEXCore/Source/Interface/IR/IR.json
+1 −0 FEXCore/Source/Interface/IR/Passes/x87StackOptimizationPass.cpp
+1 −0 FEXCore/Source/Utils/SpinWaitLock.h
+24 −46 FEXCore/include/FEXCore/Config/Config.h
+1 −0 FEXCore/unittests/APITests/FileLoading.cpp
+1 −0 FEXCore/unittests/APITests/FlexBitSet.cpp
+1 −0 FEXCore/unittests/APITests/FutexSpinTest.cpp
+1 −0 FEXCore/unittests/APITests/ILog2.cpp
+1 −0 FEXCore/unittests/APITests/vl_integer.cpp
+1 −0 FEXCore/unittests/Emitter/ALU_Tests.cpp
+1 −0 FEXCore/unittests/Emitter/ASIMD_Tests.cpp
+1 −0 FEXCore/unittests/Emitter/Branch_Tests.cpp
+1 −0 FEXCore/unittests/Emitter/Loadstore_Tests.cpp
+1 −0 FEXCore/unittests/Emitter/SVE_Tests.cpp
+1 −0 FEXCore/unittests/Emitter/Scalar_Tests.cpp
+1 −0 FEXCore/unittests/Emitter/System_Tests.cpp
+1 −0 FEXCore/unittests/Emitter/TestDisassembler.h
+1 −0 FEXHeaderUtils/FEXHeaderUtils/StringArgumentParser.h
+1 −1 Source/Tools/FEXLoader/ELFCodeLoader.h
+4 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/SignalDelegator.cpp
+1 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/x32/Ioctl/HelperDefines.h
+1 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/x32/Ioctl/asound.h
+1 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/x32/Ioctl/drm.h
+1 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/x32/Ioctl/ext_fs.h
+1 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/x32/Ioctl/f2fs.h
+1 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/x32/Ioctl/input.h
+1 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/x32/Ioctl/joystick.h
+1 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/x32/Ioctl/msdos_fs.h
+1 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/x32/Ioctl/sockios.h
+1 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/x32/Ioctl/streams.h
+1 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/x32/Ioctl/usbdev.h
+1 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/x32/Ioctl/wireless.h
+1 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/x64/Ioctl/HelperDefines.h
+1 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/x64/Ioctl/asound.h
+1 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/x64/Ioctl/drm.h
+1 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/x64/Ioctl/ext_fs.h
+1 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/x64/Ioctl/f2fs.h
+1 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/x64/Ioctl/input.h
+1 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/x64/Ioctl/joystick.h
+1 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/x64/Ioctl/msdos_fs.h
+1 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/x64/Ioctl/sockios.h
+1 −0 Source/Tools/LinuxEmulation/LinuxSyscalls/x64/Ioctl/wireless.h
+4 −0 Source/Windows/Common/WinAPI/Alloc.cpp
+3 −3 Source/Windows/include/winnt.h
+0 −0 unittests/ASM/H0F3A/66_40_2.asm
+79 −0 unittests/FEXLinuxTests/tests/signal/signal_df_reset.64.cpp
+3 −2 unittests/InstructionCountCI/AFP/SVE256/Secondary_REP.json
+3 −2 unittests/InstructionCountCI/AFP/Secondary_REP.json
+3 −2 unittests/InstructionCountCI/AFP/VEX_map1.json
+463 −0 unittests/InstructionCountCI/AVX128/FMA4.json
+24 −24 unittests/InstructionCountCI/AVX128/VEX_map2.json
+8 −12 unittests/InstructionCountCI/AVX128/VEX_map2_SVE128.json
+24 −24 unittests/InstructionCountCI/AVX128/VEX_map2_flagm.json
+28 −459 unittests/InstructionCountCI/AVX128/VEX_map3.json

0 comments on commit bee5679

Please sign in to comment.