Skip to content
  1. Mar 01, 2022
  2. Feb 28, 2022
  3. Feb 27, 2022
    • ameerj's avatar
      gl_fence_manager: Minor optimization to signal querying · 7f7df43d
      ameerj authored
      Per the spec, bufSize is the number of integers that will be written, in this case, 1.
      
      Also, the length argument is optional if the information of the number of elements written is not needed.
      7f7df43d
    • merry's avatar
      dynarmic: Inline exclusive memory accesses · 16784e5b
      merry authored
      Inlines implementation of exclusive instructions into JITted code,
      improving performance of applications relying heavily on these
      instructions.
      
      We also fastmem these instructions for additional speed, with
      support for appropriate recompilation on fastmem failure.
      
      An unsafe optimization to disable the intercore global_monitor is also
      provided, should one wish to rely solely on cmpxchg semantics for
      safety.
      
      See also: merryhime/dynarmic#664
      16784e5b
  4. Feb 26, 2022
  5. Feb 25, 2022
  6. Feb 24, 2022
  7. Feb 22, 2022
  8. Feb 21, 2022
  9. Feb 20, 2022
  10. Feb 19, 2022
  11. Feb 18, 2022
Loading