Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in / Register
F
ffmpeg
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • submodule
  • ffmpeg
  • Repository

Switch branch/tag
  • ffmpeg
  • libavutil
  • aarch64
  • asm.S
Find file
BlameHistoryPermalink
  • Martin Storsjö's avatar
    aarch64: Explicitly forbid using the x18 register · 07948f3d
    Martin Storsjö authored May 12, 2020
    On windows and darwin (and modern android), the x18 register is reserved
    and shouldn't be modified by user code, while it is freely available on
    linux. Strictly avoid it, to keep the assembly code portable.
    
    This would have helped catch the issue fixed in 872790b1
    immediately.
    Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
    07948f3d
asm.S 2.91 KB
EditWeb IDE

Replace asm.S

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.