Skip to content
Snippets Groups Projects
Commit 55f3a4fa authored by Emma Anholt's avatar Emma Anholt Committed by Emil Velikov
Browse files

vc4: Fix copy-and-paste fail in backport of NEON asm fixes.

One of the cpu pointers wasn't marked as read-write, causing gcc to complain:

../src/gallium/drivers/vc4/vc4_tiling_lt.c:181:17: error: output operand constraint lacks ‘=’
                 __asm__ volatile (

Cc: Emil Velikov <emil.l.velikov@gmail.com>
Fixes: 813f0a82 ("vc4: Declare the cpu pointers as being modified in NEON asm.")
parent d000488c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment